Struct windows_sys::Win32::System::Console::SMALL_RECT
[−]Expand description
Required features: "Win32_System_Console"
Fields
Left: i16
Top: i16
Right: i16
Bottom: i16
Trait Implementations
impl Clone for SMALL_RECT
impl Clone for SMALL_RECT
impl Copy for SMALL_RECT
Auto Trait Implementations
impl RefUnwindSafe for SMALL_RECT
impl Send for SMALL_RECT
impl Sync for SMALL_RECT
impl Unpin for SMALL_RECT
impl UnwindSafe for SMALL_RECT
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