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: NMHDR
dwFlag: NMPGCALCSIZE_FLAGS
iWidth: i32
iHeight: i32
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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