Struct line_messaging_api_rust::models::Rectangle[][src]

pub struct Rectangle {
    pub x: u64,
    pub y: u64,
    pub width: u64,
    pub height: u64,
}

Fields

Trait Implementations

impl Clone for Rectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Rectangle

impl Sync for Rectangle