Struct coreaudio_sys::audio_unit::Struct_Rect [] [src]

pub struct Struct_Rect {
    pub top: c_short,
    pub left: c_short,
    pub bottom: c_short,
    pub right: c_short,
}

Fields

top: c_short left: c_short bottom: c_short right: c_short

Trait Implementations

impl Copy for Struct_Rect
[src]

impl Clone for Struct_Rect
[src]

fn clone(&self) -> Struct_Rect

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 Default for Struct_Rect
[src]

fn default() -> Struct_Rect

Returns the "default value" for a type. Read more