Struct windows_sys::Win32::UI::Controls::NMPGCALCSIZE
[−]#[repr(C)]pub struct NMPGCALCSIZE {
pub hdr: NMHDR,
pub dwFlag: NMPGCALCSIZE_FLAGS,
pub iWidth: i32,
pub iHeight: i32,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
hdr: NMHDRdwFlag: NMPGCALCSIZE_FLAGSiWidth: i32iHeight: i32Trait Implementations
impl Clone for NMPGCALCSIZE
impl Clone for NMPGCALCSIZE
impl Copy for NMPGCALCSIZE
Auto Trait Implementations
impl RefUnwindSafe for NMPGCALCSIZE
impl Send for NMPGCALCSIZE
impl Sync for NMPGCALCSIZE
impl Unpin for NMPGCALCSIZE
impl UnwindSafe for NMPGCALCSIZE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more