#[repr(C, packed(4))]pub struct REQRESIZE {
pub nmhdr: NMHDR,
pub rc: RECT,
}
Fields§
§nmhdr: NMHDR
§rc: RECT
Trait Implementations§
impl Copy for REQRESIZE
impl Eq for REQRESIZE
Auto Trait Implementations§
impl Freeze for REQRESIZE
impl RefUnwindSafe for REQRESIZE
impl Send for REQRESIZE
impl Sync for REQRESIZE
impl Unpin for REQRESIZE
impl UnwindSafe for REQRESIZE
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