#[repr(C)]pub struct NET_IF_ALIAS_LH {
pub ifAliasLength: USHORT,
pub ifAliasOffset: USHORT,
}
Fields§
§ifAliasLength: USHORT
§ifAliasOffset: USHORT
Trait Implementations§
Source§impl Clone for NET_IF_ALIAS_LH
impl Clone for NET_IF_ALIAS_LH
Source§fn clone(&self) -> NET_IF_ALIAS_LH
fn clone(&self) -> NET_IF_ALIAS_LH
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 NET_IF_ALIAS_LH
impl Default for NET_IF_ALIAS_LH
Source§fn default() -> NET_IF_ALIAS_LH
fn default() -> NET_IF_ALIAS_LH
Returns the “default value” for a type. Read more
impl Copy for NET_IF_ALIAS_LH
Auto Trait Implementations§
impl Freeze for NET_IF_ALIAS_LH
impl RefUnwindSafe for NET_IF_ALIAS_LH
impl Send for NET_IF_ALIAS_LH
impl Sync for NET_IF_ALIAS_LH
impl Unpin for NET_IF_ALIAS_LH
impl UnwindSafe for NET_IF_ALIAS_LH
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