#[repr(u8)]pub enum Oneshot3 {
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 Oneshot3
impl Ord for Oneshot3
Source§impl PartialOrd for Oneshot3
impl PartialOrd for Oneshot3
impl Copy for Oneshot3
impl Eq for Oneshot3
impl StructuralPartialEq for Oneshot3
Auto Trait Implementations§
impl Freeze for Oneshot3
impl RefUnwindSafe for Oneshot3
impl Send for Oneshot3
impl Sync for Oneshot3
impl Unpin for Oneshot3
impl UnwindSafe for Oneshot3
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
)