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