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