Struct rp_pac::ssi::regs::RxSampleDly
source · #[repr(transparent)]pub struct RxSampleDly(pub u32);
Expand description
RX sample delay
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Clone for RxSampleDly
impl Clone for RxSampleDly
source§fn clone(&self) -> RxSampleDly
fn clone(&self) -> RxSampleDly
Returns a copy 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 Default for RxSampleDly
impl Default for RxSampleDly
source§fn default() -> RxSampleDly
fn default() -> RxSampleDly
Returns the “default value” for a type. Read more
source§impl PartialEq for RxSampleDly
impl PartialEq for RxSampleDly
impl Copy for RxSampleDly
impl Eq for RxSampleDly
impl StructuralPartialEq for RxSampleDly
Auto Trait Implementations§
impl Freeze for RxSampleDly
impl RefUnwindSafe for RxSampleDly
impl Send for RxSampleDly
impl Sync for RxSampleDly
impl Unpin for RxSampleDly
impl UnwindSafe for RxSampleDly
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)