Struct MOVE_RECT
#[repr(C)]pub struct MOVE_RECT {
pub SourcePoint: POINT,
pub DestRect: RECT,
}
Fields§
§SourcePoint: POINT
§DestRect: RECT
Trait Implementations§
impl Copy for MOVE_RECT
impl StructuralPartialEq for MOVE_RECT
Auto Trait Implementations§
impl Freeze for MOVE_RECT
impl RefUnwindSafe for MOVE_RECT
impl Send for MOVE_RECT
impl Sync for MOVE_RECT
impl Unpin for MOVE_RECT
impl UnwindSafe for MOVE_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