Struct bo::ConsoleSize 
source · [−]Fields
height: u16width: u16Implementations
sourceimpl ConsoleSize
 
impl ConsoleSize
pub fn restrict_to_text_area(&self) -> Self
Trait Implementations
sourceimpl Debug for ConsoleSize
 
impl Debug for ConsoleSize
sourceimpl Default for ConsoleSize
 
impl Default for ConsoleSize
Auto Trait Implementations
impl RefUnwindSafe for ConsoleSize
impl Send for ConsoleSize
impl Sync for ConsoleSize
impl Unpin for ConsoleSize
impl UnwindSafe for ConsoleSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more