#[repr(C)]pub struct NMIPADDRESS {
pub hdr: NMHDR,
pub iField: c_int,
pub iValue: c_int,
}
Fields§
§hdr: NMHDR
§iField: c_int
§iValue: c_int
Trait Implementations§
Source§impl Clone for NMIPADDRESS
impl Clone for NMIPADDRESS
Source§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 moreSource§impl Default for NMIPADDRESS
impl Default for NMIPADDRESS
Source§fn default() -> NMIPADDRESS
fn default() -> NMIPADDRESS
Returns the “default value” for a type. Read more
impl 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