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