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