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