#[repr(transparent)]pub struct Shiftbufnbs(pub u32);Expand description
Shifter Buffer Nibble Byte Swapped
Tuple Fields§
§0: u32Implementations§
Source§impl Shiftbufnbs
impl Shiftbufnbs
Sourcepub const fn shiftbufnbs(&self) -> u32
pub const fn shiftbufnbs(&self) -> u32
Shift Buffer
Sourcepub const fn set_shiftbufnbs(&mut self, val: u32)
pub const fn set_shiftbufnbs(&mut self, val: u32)
Shift Buffer
Trait Implementations§
Source§impl Clone for Shiftbufnbs
impl Clone for Shiftbufnbs
Source§fn clone(&self) -> Shiftbufnbs
fn clone(&self) -> Shiftbufnbs
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 Shiftbufnbs
impl Debug for Shiftbufnbs
Source§impl Default for Shiftbufnbs
impl Default for Shiftbufnbs
Source§fn default() -> Shiftbufnbs
fn default() -> Shiftbufnbs
Returns the “default value” for a type. Read more
Source§impl PartialEq for Shiftbufnbs
impl PartialEq for Shiftbufnbs
impl Copy for Shiftbufnbs
impl Eq for Shiftbufnbs
impl StructuralPartialEq for Shiftbufnbs
Auto Trait Implementations§
impl Freeze for Shiftbufnbs
impl RefUnwindSafe for Shiftbufnbs
impl Send for Shiftbufnbs
impl Sync for Shiftbufnbs
impl Unpin for Shiftbufnbs
impl UnwindSafe for Shiftbufnbs
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