pub struct CsrType(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for CsrType
impl Eq for CsrType
impl StructuralPartialEq for CsrType
Auto Trait Implementations§
impl Freeze for CsrType
impl RefUnwindSafe for CsrType
impl Send for CsrType
impl Sync for CsrType
impl Unpin for CsrType
impl UnwindSafe for CsrType
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