Struct vlc::sys::libvlc_rectangle_t
[−]
[src]
#[repr(C)]pub struct libvlc_rectangle_t { pub top: c_int, pub left: c_int, pub bottom: c_int, pub right: c_int, }
Fields
top: c_int
left: c_int
bottom: c_int
right: c_int
Trait Implementations
impl Clone for libvlc_rectangle_t[src]
fn clone(&self) -> libvlc_rectangle_t[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