pub struct PulsesToSkip(/* private fields */);Expand description
Pulses to skip in the delay block (DLYR.PLSSKP).
0..=63 serial samples skipped immediately after the write.
Implementations§
Source§impl PulsesToSkip
impl PulsesToSkip
Trait Implementations§
Source§impl Clone for PulsesToSkip
impl Clone for PulsesToSkip
Source§fn clone(&self) -> PulsesToSkip
fn clone(&self) -> PulsesToSkip
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 PulsesToSkip
Source§impl Debug for PulsesToSkip
impl Debug for PulsesToSkip
impl Eq for PulsesToSkip
Source§impl From<PulsesToSkip> for u8
impl From<PulsesToSkip> for u8
Source§fn from(value: PulsesToSkip) -> Self
fn from(value: PulsesToSkip) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PulsesToSkip
impl PartialEq for PulsesToSkip
impl StructuralPartialEq for PulsesToSkip
Auto Trait Implementations§
impl Freeze for PulsesToSkip
impl RefUnwindSafe for PulsesToSkip
impl Send for PulsesToSkip
impl Sync for PulsesToSkip
impl Unpin for PulsesToSkip
impl UnsafeUnpin for PulsesToSkip
impl UnwindSafe for PulsesToSkip
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