Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_WAN_PROTOCOL_CAPS
#[repr(C)]pub struct NDIS_WAN_PROTOCOL_CAPS {
pub Flags: u32,
pub Reserved: u32,
}
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§
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