pub enum ControlRole {
Unstained,
SingleStain,
Sample,
Unassigned,
}Expand description
Suggested role for a loaded FCS file in an unmix / compensation workflow.
Variants§
Trait Implementations§
Source§impl Clone for ControlRole
impl Clone for ControlRole
Source§fn clone(&self) -> ControlRole
fn clone(&self) -> ControlRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ControlRole
Source§impl Debug for ControlRole
impl Debug for ControlRole
impl Eq for ControlRole
Source§impl PartialEq for ControlRole
impl PartialEq for ControlRole
impl StructuralPartialEq for ControlRole
Auto Trait Implementations§
impl Freeze for ControlRole
impl RefUnwindSafe for ControlRole
impl Send for ControlRole
impl Sync for ControlRole
impl Unpin for ControlRole
impl UnsafeUnpin for ControlRole
impl UnwindSafe for ControlRole
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