#[repr(C)]pub struct tagRECT {
pub left: LONG,
pub top: LONG,
pub right: LONG,
pub bottom: LONG,
}
Fields§
§left: LONG
§top: LONG
§right: LONG
§bottom: LONG
Trait Implementations§
Source§impl Ord for tagRECT
impl Ord for tagRECT
Source§impl PartialOrd for tagRECT
impl PartialOrd for tagRECT
impl Copy for tagRECT
impl Eq for tagRECT
impl StructuralPartialEq for tagRECT
Auto Trait Implementations§
impl Freeze for tagRECT
impl RefUnwindSafe for tagRECT
impl Send for tagRECT
impl Sync for tagRECT
impl Unpin for tagRECT
impl UnwindSafe for tagRECT
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