Struct HNETINTERFACE
#[repr(transparent)]pub struct HNETINTERFACE(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for HNETINTERFACE
impl Clone for HNETINTERFACE
§fn clone(&self) -> HNETINTERFACE
fn clone(&self) -> HNETINTERFACE
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 more§impl Debug for HNETINTERFACE
impl Debug for HNETINTERFACE
§impl Default for HNETINTERFACE
impl Default for HNETINTERFACE
§fn default() -> HNETINTERFACE
fn default() -> HNETINTERFACE
Returns the “default value” for a type. Read more
§impl PartialEq for HNETINTERFACE
impl PartialEq for HNETINTERFACE
impl Copy for HNETINTERFACE
impl Eq for HNETINTERFACE
impl StructuralPartialEq for HNETINTERFACE
Auto Trait Implementations§
impl Freeze for HNETINTERFACE
impl RefUnwindSafe for HNETINTERFACE
impl Send for HNETINTERFACE
impl Sync for HNETINTERFACE
impl Unpin for HNETINTERFACE
impl UnwindSafe for HNETINTERFACE
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