Struct windows::Win32::NetworkManagement::Ndis::NDIS_IRDA_PACKET_INFO
#[repr(C)]pub struct NDIS_IRDA_PACKET_INFO {
pub ExtraBOFs: u32,
pub MinTurnAroundTime: u32,
}
Fields§
§ExtraBOFs: u32
§MinTurnAroundTime: u32
Trait Implementations§
§impl Clone for NDIS_IRDA_PACKET_INFO
impl Clone for NDIS_IRDA_PACKET_INFO
§impl Debug for NDIS_IRDA_PACKET_INFO
impl Debug for NDIS_IRDA_PACKET_INFO
§impl Default for NDIS_IRDA_PACKET_INFO
impl Default for NDIS_IRDA_PACKET_INFO
§impl PartialEq for NDIS_IRDA_PACKET_INFO
impl PartialEq for NDIS_IRDA_PACKET_INFO
impl Copy for NDIS_IRDA_PACKET_INFO
impl Eq 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§
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