Expand description
Required features: ‘Win32_NetworkManagement_Ndis’
Fields
Flags: u32
Reserved: u32
Trait Implementations
impl Clone for NDIS_WAN_PROTOCOL_CAPS
impl Clone for NDIS_WAN_PROTOCOL_CAPS
impl Copy for NDIS_WAN_PROTOCOL_CAPS
Auto Trait Implementations
impl RefUnwindSafe for NDIS_WAN_PROTOCOL_CAPS
impl Send for NDIS_WAN_PROTOCOL_CAPS
impl Sync for NDIS_WAN_PROTOCOL_CAPS
impl Unpin for NDIS_WAN_PROTOCOL_CAPS
impl UnwindSafe for NDIS_WAN_PROTOCOL_CAPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more