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