Struct linefeed::terminal::Size
[−]
[src]
Represents the size of a terminal window
Fields
lines: usize
Number of lines in the terminal
columns: usize
Number of columns in the terminal
Trait Implementations
impl Copy for Size
[src]
impl Copy for Size
impl Clone for Size
[src]
impl Clone for Size
fn clone(&self) -> Size
[src]
fn clone(&self) -> Size
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 Debug for Size
[src]
impl Debug for Size
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Size
[src]
impl Eq for Size
impl PartialEq for Size
[src]
impl PartialEq for Size