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