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