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