Struct Macht1r
#[repr(transparent)]pub struct Macht1r(pub u32);
Expand description
Hash Table 1 register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Macht1r
impl Eq for Macht1r
impl StructuralPartialEq for Macht1r
Auto Trait Implementations§
impl Freeze for Macht1r
impl RefUnwindSafe for Macht1r
impl Send for Macht1r
impl Sync for Macht1r
impl Unpin for Macht1r
impl UnwindSafe for Macht1r
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