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