pub struct ConsoleSizeBox { /* private fields */ }
Expand description
ConsoleSizeBox specifies dimensions of a rectangle. Used for specifying the size of a console.
Trait Implementations§
Source§impl Clone for ConsoleSizeBox
impl Clone for ConsoleSizeBox
Source§fn clone(&self) -> ConsoleSizeBox
fn clone(&self) -> ConsoleSizeBox
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 Debug for ConsoleSizeBox
impl Debug for ConsoleSizeBox
Source§impl Default for ConsoleSizeBox
impl Default for ConsoleSizeBox
Source§fn default() -> ConsoleSizeBox
fn default() -> ConsoleSizeBox
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsoleSizeBox
impl<'de> Deserialize<'de> for ConsoleSizeBox
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ConsoleSizeBox
impl RefUnwindSafe for ConsoleSizeBox
impl Send for ConsoleSizeBox
impl Sync for ConsoleSizeBox
impl Unpin for ConsoleSizeBox
impl UnwindSafe for ConsoleSizeBox
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