pub enum GroupStatus {
Ongoing,
Complete,
}
Expand description
Individual group status checked after acquisition reported as complete For groups with multiple channel pins, may take longer because acquisitions are done sequentially. Check this status before pulling count for each sampled channel
Variants§
Ongoing
Acquisition for channel still in progress
Complete
Acquisition either not started or complete
Trait Implementations§
Source§impl Clone for GroupStatus
impl Clone for GroupStatus
Source§fn clone(&self) -> GroupStatus
fn clone(&self) -> GroupStatus
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 moreSource§impl Format for GroupStatus
impl Format for GroupStatus
Source§impl PartialEq for GroupStatus
impl PartialEq for GroupStatus
impl Copy for GroupStatus
impl StructuralPartialEq for GroupStatus
Auto Trait Implementations§
impl Freeze for GroupStatus
impl RefUnwindSafe for GroupStatus
impl Send for GroupStatus
impl Sync for GroupStatus
impl Unpin for GroupStatus
impl UnwindSafe for GroupStatus
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
)