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