#[repr(transparent)]pub struct HwRuc1(pub u32);Expand description
Hardware Restrict User Context 1
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for HwRuc1
impl Eq for HwRuc1
impl StructuralPartialEq for HwRuc1
Auto Trait Implementations§
impl Freeze for HwRuc1
impl RefUnwindSafe for HwRuc1
impl Send for HwRuc1
impl Sync for HwRuc1
impl Unpin for HwRuc1
impl UnwindSafe for HwRuc1
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