Struct windows_sys::Win32::UI::Controls::NMIPADDRESS
[−]Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDRiField: i32iValue: i32Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more