Struct windows_sys::Win32::NetworkManagement::Ndis::NET_IF_ALIAS_LH
[−]Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
ifAliasLength: u16
ifAliasOffset: u16
Trait Implementations
impl Clone for NET_IF_ALIAS_LH
impl Clone for NET_IF_ALIAS_LH
impl Copy for NET_IF_ALIAS_LH
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more