pub enum ProbeFnKind {
InterruptController(ProbeFn),
Timer(ProbeFn),
}Variants§
Trait Implementations§
Source§impl Clone for ProbeFnKind
impl Clone for ProbeFnKind
Source§fn clone(&self) -> ProbeFnKind
fn clone(&self) -> ProbeFnKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProbeFnKind
impl RefUnwindSafe for ProbeFnKind
impl Send for ProbeFnKind
impl Sync for ProbeFnKind
impl Unpin for ProbeFnKind
impl UnwindSafe for ProbeFnKind
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