Struct line_messaging_api_rust::messages::BaseSize[][src]

pub struct BaseSize {
    pub height: u64,
    pub width: u64,
}

Fields

Trait Implementations

impl Clone for BaseSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BaseSize

impl Sync for BaseSize