Struct axfs::api::port::ConsoleWinSize
source · #[repr(C)]pub struct ConsoleWinSize { /* private fields */ }
Expand description
the size of the console window
Trait Implementations§
source§impl Clone for ConsoleWinSize
impl Clone for ConsoleWinSize
source§fn clone(&self) -> ConsoleWinSize
fn clone(&self) -> ConsoleWinSize
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ConsoleWinSize
impl Default for ConsoleWinSize
source§fn default() -> ConsoleWinSize
fn default() -> ConsoleWinSize
Returns the “default value” for a type. Read more
impl Copy for ConsoleWinSize
Auto Trait Implementations§
impl RefUnwindSafe for ConsoleWinSize
impl Send for ConsoleWinSize
impl Sync for ConsoleWinSize
impl Unpin for ConsoleWinSize
impl UnwindSafe for ConsoleWinSize
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more