pub struct DataRightShift(/* private fields */);Expand description
Data right bit-shift for transceiver results (CFGR2.DTRBS).
0..=31 bits, applied before offset correction; 0 = no shift.
Implementations§
Trait Implementations§
Source§impl Clone for DataRightShift
impl Clone for DataRightShift
Source§fn clone(&self) -> DataRightShift
fn clone(&self) -> DataRightShift
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DataRightShift
Source§impl Debug for DataRightShift
impl Debug for DataRightShift
impl Eq for DataRightShift
Source§impl From<DataRightShift> for u8
impl From<DataRightShift> for u8
Source§fn from(value: DataRightShift) -> Self
fn from(value: DataRightShift) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DataRightShift
impl PartialEq for DataRightShift
impl StructuralPartialEq for DataRightShift
Auto Trait Implementations§
impl Freeze for DataRightShift
impl RefUnwindSafe for DataRightShift
impl Send for DataRightShift
impl Sync for DataRightShift
impl Unpin for DataRightShift
impl UnsafeUnpin for DataRightShift
impl UnwindSafe for DataRightShift
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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