Struct windows_sys::Win32::UI::Controls::NMDATETIMESTRINGA
[−]#[repr(C)]pub struct NMDATETIMESTRINGA {
pub nmhdr: NMHDR,
pub pszUserString: PCSTR,
pub st: SYSTEMTIME,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
pszUserString: PCSTR
st: SYSTEMTIME
dwFlags: u32
Trait Implementations
impl Clone for NMDATETIMESTRINGA
impl Clone for NMDATETIMESTRINGA
impl Copy for NMDATETIMESTRINGA
Auto Trait Implementations
impl RefUnwindSafe for NMDATETIMESTRINGA
impl !Send for NMDATETIMESTRINGA
impl !Sync for NMDATETIMESTRINGA
impl Unpin for NMDATETIMESTRINGA
impl UnwindSafe for NMDATETIMESTRINGA
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