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