Struct windows_sys::Win32::NetworkManagement::Ndis::NET_IF_ALIAS_LH
#[repr(C)]pub struct NET_IF_ALIAS_LH {
pub ifAliasLength: u16,
pub ifAliasOffset: u16,
}
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§
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