#[repr(C, packed(2))]pub struct Rect32 {
pub MinX: LONG,
pub MinY: LONG,
pub MaxX: LONG,
pub MaxY: LONG,
}Fields§
§MinX: LONG§MinY: LONG§MaxX: LONG§MaxY: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for Rect32
impl RefUnwindSafe for Rect32
impl Send for Rect32
impl Sync for Rect32
impl Unpin for Rect32
impl UnwindSafe for Rect32
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