#[repr(transparent)]pub struct Tdsr(pub u32);Expand description
Transmit Buffer Descriptor Ring 0 Start Register
Tuple Fields§
§0: u32Implementations§
Source§impl Tdsr
impl Tdsr
Sourcepub const fn x_des_start(&self) -> u32
pub const fn x_des_start(&self) -> u32
Pointer to the beginning of the transmit buffer descriptor queue.
Sourcepub const fn set_x_des_start(&mut self, val: u32)
pub const fn set_x_des_start(&mut self, val: u32)
Pointer to the beginning of the transmit buffer descriptor queue.
Trait Implementations§
impl Copy for Tdsr
impl Eq for Tdsr
impl StructuralPartialEq for Tdsr
Auto Trait Implementations§
impl Freeze for Tdsr
impl RefUnwindSafe for Tdsr
impl Send for Tdsr
impl Sync for Tdsr
impl Unpin for Tdsr
impl UnwindSafe for Tdsr
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