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