#[repr(u8)]pub enum Oneshot1 {
CONTINUOUS = 0,
ONESHOT = 1,
}
Variants§
CONTINUOUS = 0
Match filter stays enabled until disabled by task
ONESHOT = 1
Match filter stays enabled until next data word is received
Implementations§
Trait Implementations§
Source§impl Ord for Oneshot1
impl Ord for Oneshot1
Source§impl PartialOrd for Oneshot1
impl PartialOrd for Oneshot1
impl Copy for Oneshot1
impl Eq for Oneshot1
impl StructuralPartialEq for Oneshot1
Auto Trait Implementations§
impl Freeze for Oneshot1
impl RefUnwindSafe for Oneshot1
impl Send for Oneshot1
impl Sync for Oneshot1
impl Unpin for Oneshot1
impl UnwindSafe for Oneshot1
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
)