Struct test::term::win::SMALL_RECT
source · #[repr(C)]struct SMALL_RECT {
Left: i16,
Top: i16,
Right: i16,
Bottom: i16,
}
🔬This is a nightly-only experimental API. (
test
)Fields§
§Left: i16
🔬This is a nightly-only experimental API. (
§test
)Top: i16
🔬This is a nightly-only experimental API. (
§test
)Right: i16
🔬This is a nightly-only experimental API. (
§test
)Bottom: i16
🔬This is a nightly-only experimental API. (
test
)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