Struct BDA_TRANSPORT_INFO
#[repr(C)]pub struct BDA_TRANSPORT_INFO {
pub ulcbPhyiscalPacket: u32,
pub ulcbPhyiscalFrame: u32,
pub ulcbPhyiscalFrameAlignment: u32,
pub AvgTimePerFrame: i64,
}
Fields§
§ulcbPhyiscalPacket: u32
§ulcbPhyiscalFrame: u32
§ulcbPhyiscalFrameAlignment: u32
§AvgTimePerFrame: i64
Trait Implementations§
§impl Clone for BDA_TRANSPORT_INFO
impl Clone for BDA_TRANSPORT_INFO
§fn clone(&self) -> BDA_TRANSPORT_INFO
fn clone(&self) -> BDA_TRANSPORT_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for BDA_TRANSPORT_INFO
impl Debug for BDA_TRANSPORT_INFO
§impl Default for BDA_TRANSPORT_INFO
impl Default for BDA_TRANSPORT_INFO
§impl PartialEq for BDA_TRANSPORT_INFO
impl PartialEq for BDA_TRANSPORT_INFO
impl Copy for BDA_TRANSPORT_INFO
impl StructuralPartialEq for BDA_TRANSPORT_INFO
Auto Trait Implementations§
impl Freeze for BDA_TRANSPORT_INFO
impl RefUnwindSafe for BDA_TRANSPORT_INFO
impl Send for BDA_TRANSPORT_INFO
impl Sync for BDA_TRANSPORT_INFO
impl Unpin for BDA_TRANSPORT_INFO
impl UnwindSafe for BDA_TRANSPORT_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