Struct twitter_stream_message::entities::Size
[−]
[src]
pub struct Size<'a> {
pub h: u64,
pub resize: Resize<'a>,
pub w: u64,
}Fields
h: u64
Height in pixels of this size.
resize: Resize<'a>
Resizing method used to obtain this size.
w: u64
Width in pixels of this size.
Trait Implementations
impl<'a> Clone for Size<'a>[src]
fn clone(&self) -> Size<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> Debug for Size<'a>[src]
impl<'a> Eq for Size<'a>[src]
impl<'a> PartialEq for Size<'a>[src]
fn eq(&self, __arg_0: &Size<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Size<'a>) -> bool
This method tests for !=.