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