#[repr(transparent)]pub struct Tdar(pub u32);Expand description
Transmit Descriptor Active Register - Ring 0
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tdar
impl Eq for Tdar
impl StructuralPartialEq for Tdar
Auto Trait Implementations§
impl Freeze for Tdar
impl RefUnwindSafe for Tdar
impl Send for Tdar
impl Sync for Tdar
impl Unpin for Tdar
impl UnwindSafe for Tdar
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