Struct NMIPADDRESS
#[repr(C)]pub struct NMIPADDRESS {
pub hdr: NMHDR,
pub iField: i32,
pub iValue: i32,
}
Fields§
§hdr: NMHDR
§iField: i32
§iValue: i32
Trait Implementations§
§impl Clone for NMIPADDRESS
impl Clone for NMIPADDRESS
§fn clone(&self) -> NMIPADDRESS
fn clone(&self) -> NMIPADDRESS
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 moreimpl Copy for NMIPADDRESS
Auto Trait Implementations§
impl Freeze for NMIPADDRESS
impl RefUnwindSafe for NMIPADDRESS
impl !Send for NMIPADDRESS
impl !Sync for NMIPADDRESS
impl Unpin for NMIPADDRESS
impl UnwindSafe for NMIPADDRESS
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