#[repr(C)]pub struct NMPGCALCSIZE {
pub hdr: NMHDR,
pub dwFlag: DWORD,
pub iWidth: c_int,
pub iHeight: c_int,
}
Fields§
§hdr: NMHDR
§dwFlag: DWORD
§iWidth: c_int
§iHeight: c_int
Trait Implementations§
Source§impl Clone for NMPGCALCSIZE
impl Clone for NMPGCALCSIZE
Source§fn clone(&self) -> NMPGCALCSIZE
fn clone(&self) -> NMPGCALCSIZE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NMPGCALCSIZE
impl Default for NMPGCALCSIZE
Source§fn default() -> NMPGCALCSIZE
fn default() -> NMPGCALCSIZE
Returns the “default value” for a type. Read more
impl Copy for NMPGCALCSIZE
Auto Trait Implementations§
impl Freeze for NMPGCALCSIZE
impl RefUnwindSafe for NMPGCALCSIZE
impl !Send for NMPGCALCSIZE
impl !Sync for NMPGCALCSIZE
impl Unpin for NMPGCALCSIZE
impl UnwindSafe for NMPGCALCSIZE
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