Struct windows_sys::Win32::System::Console::SMALL_RECT
#[repr(C)]pub struct SMALL_RECT {
pub Left: i16,
pub Top: i16,
pub Right: i16,
pub Bottom: i16,
}
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§
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