Struct cdp::layer_tree::PictureTile
[−]
[src]
pub struct PictureTile<'a> { pub x: f64, pub y: f64, pub picture: Cow<'a, str>, }
[Experimental] Serialized fragment of layer picture along with its offset within the layer.
Fields
x: f64
Offset from owning layer left boundary
y: f64
Offset from owning layer top boundary
picture: Cow<'a, str>
Base64-encoded snapshot data.
Trait Implementations
impl<'a> Clone for PictureTile<'a>
[src]
fn clone(&self) -> PictureTile<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for PictureTile<'a>
[src]
impl<'a> PartialEq for PictureTile<'a>
[src]
fn eq(&self, __arg_0: &PictureTile<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PictureTile<'a>) -> bool
[src]
This method tests for !=
.