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