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 winsize
impl Clone for winsize
[src]
impl Clone for winsize
fn clone(&self) -> winsize
[src]
fn clone(&self) -> winsize
Returns 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 winsize
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for winsize
[src]
impl Eq for winsize