Struct windows_sys::Win32::NetworkManagement::Ndis::IF_COUNTED_STRING_LH
[−]Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Length: u16
String: [u16; 257]
Trait Implementations
impl Clone for IF_COUNTED_STRING_LH
impl Clone for IF_COUNTED_STRING_LH
impl Copy for IF_COUNTED_STRING_LH
Auto Trait Implementations
impl RefUnwindSafe for IF_COUNTED_STRING_LH
impl Send for IF_COUNTED_STRING_LH
impl Sync for IF_COUNTED_STRING_LH
impl Unpin for IF_COUNTED_STRING_LH
impl UnwindSafe for IF_COUNTED_STRING_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