#[repr(transparent)]pub struct Shiftbufnis(pub u32);Expand description
Shifter Buffer N Nibble Swapped Register
Tuple Fields§
§0: u32Implementations§
Source§impl Shiftbufnis
impl Shiftbufnis
Sourcepub const fn shiftbufnis(&self) -> u32
pub const fn shiftbufnis(&self) -> u32
Shift Buffer
Sourcepub const fn set_shiftbufnis(&mut self, val: u32)
pub const fn set_shiftbufnis(&mut self, val: u32)
Shift Buffer
Trait Implementations§
Source§impl Clone for Shiftbufnis
impl Clone for Shiftbufnis
Source§fn clone(&self) -> Shiftbufnis
fn clone(&self) -> Shiftbufnis
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Shiftbufnis
impl Debug for Shiftbufnis
Source§impl Default for Shiftbufnis
impl Default for Shiftbufnis
Source§fn default() -> Shiftbufnis
fn default() -> Shiftbufnis
Returns the “default value” for a type. Read more
Source§impl PartialEq for Shiftbufnis
impl PartialEq for Shiftbufnis
impl Copy for Shiftbufnis
impl Eq for Shiftbufnis
impl StructuralPartialEq for Shiftbufnis
Auto Trait Implementations§
impl Freeze for Shiftbufnis
impl RefUnwindSafe for Shiftbufnis
impl Send for Shiftbufnis
impl Sync for Shiftbufnis
impl Unpin for Shiftbufnis
impl UnwindSafe for Shiftbufnis
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