Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
ExtraBOFs: u32
MinTurnAroundTime: u32
Trait Implementations
impl Clone for NDIS_IRDA_PACKET_INFO
impl Clone for NDIS_IRDA_PACKET_INFO
impl Copy for NDIS_IRDA_PACKET_INFO
Auto Trait Implementations
impl RefUnwindSafe for NDIS_IRDA_PACKET_INFO
impl Send for NDIS_IRDA_PACKET_INFO
impl Sync for NDIS_IRDA_PACKET_INFO
impl Unpin for NDIS_IRDA_PACKET_INFO
impl UnwindSafe for NDIS_IRDA_PACKET_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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