Struct libc_interface::winsize [−][src]
#[repr(C)]pub struct winsize { pub ws_row: c_ushort, pub ws_col: c_ushort, pub ws_xpixel: c_ushort, pub ws_ypixel: c_ushort, }
Fields
ws_row: c_ushort
ws_col: c_ushort
ws_xpixel: c_ushort
ws_ypixel: c_ushort
Trait Implementations
impl Copy for winsize[src]
impl Copy for winsizeimpl Clone for winsize[src]
impl Clone for winsizefn clone(&self) -> winsize[src]
fn clone(&self) -> winsizeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for winsize[src]
impl PartialEq for winsizefn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for winsize[src]
impl Eq for winsize