#[repr(C)]pub struct LegacyTxDesc {
pub addr: u64,
pub length: u16,
pub cso: u8,
pub cmd: u8,
pub status: u8,
pub css: u8,
pub special: u16,
}Fields§
§addr: u64§length: u16§cso: u8§cmd: u8§status: u8§css: u8§special: u16Trait Implementations§
Source§impl Clone for LegacyTxDesc
impl Clone for LegacyTxDesc
Source§fn clone(&self) -> LegacyTxDesc
fn clone(&self) -> LegacyTxDesc
Returns a duplicate 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 moreSource§impl Default for LegacyTxDesc
impl Default for LegacyTxDesc
Source§fn default() -> LegacyTxDesc
fn default() -> LegacyTxDesc
Returns the “default value” for a type. Read more
Source§impl TxDescriptor for LegacyTxDesc
impl TxDescriptor for LegacyTxDesc
impl Copy for LegacyTxDesc
Auto Trait Implementations§
impl Freeze for LegacyTxDesc
impl RefUnwindSafe for LegacyTxDesc
impl Send for LegacyTxDesc
impl Sync for LegacyTxDesc
impl Unpin for LegacyTxDesc
impl UnsafeUnpin for LegacyTxDesc
impl UnwindSafe for LegacyTxDesc
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