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

Trait Implementations

impl Copy for winsize
[src]

impl Clone for winsize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for winsize
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for winsize
[src]

Auto Trait Implementations

impl Send for winsize

impl Sync for winsize