#[repr(transparent)]pub struct DmaCh1TxdescRingLength(pub u32);Expand description
Channel 1 Tx Descriptor Ring Length
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DmaCh1TxdescRingLength
impl Clone for DmaCh1TxdescRingLength
Source§fn clone(&self) -> DmaCh1TxdescRingLength
fn clone(&self) -> DmaCh1TxdescRingLength
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 Debug for DmaCh1TxdescRingLength
impl Debug for DmaCh1TxdescRingLength
Source§impl Default for DmaCh1TxdescRingLength
impl Default for DmaCh1TxdescRingLength
Source§fn default() -> DmaCh1TxdescRingLength
fn default() -> DmaCh1TxdescRingLength
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaCh1TxdescRingLength
impl PartialEq for DmaCh1TxdescRingLength
impl Copy for DmaCh1TxdescRingLength
impl Eq for DmaCh1TxdescRingLength
impl StructuralPartialEq for DmaCh1TxdescRingLength
Auto Trait Implementations§
impl Freeze for DmaCh1TxdescRingLength
impl RefUnwindSafe for DmaCh1TxdescRingLength
impl Send for DmaCh1TxdescRingLength
impl Sync for DmaCh1TxdescRingLength
impl Unpin for DmaCh1TxdescRingLength
impl UnwindSafe for DmaCh1TxdescRingLength
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