Struct windows_sys::Win32::UI::Controls::NMIPADDRESS
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
iField: i32
iValue: i32
Trait Implementations
impl Clone for NMIPADDRESS
impl Clone for NMIPADDRESS
impl Copy for NMIPADDRESS
Auto Trait Implementations
impl RefUnwindSafe for NMIPADDRESS
impl Send for NMIPADDRESS
impl Sync for NMIPADDRESS
impl Unpin for NMIPADDRESS
impl UnwindSafe for NMIPADDRESS
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