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