#[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: LONGTrait Implementations§
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