pub enum ControllerType {
Ms,
Analog,
Adc,
Pda,
Uv,
Other,
}Expand description
Controller type codes as used in Thermo RAW files.
Variants§
Trait Implementations§
Source§impl Clone for ControllerType
impl Clone for ControllerType
Source§fn clone(&self) -> ControllerType
fn clone(&self) -> ControllerType
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 moreSource§impl Debug for ControllerType
impl Debug for ControllerType
Source§impl PartialEq for ControllerType
impl PartialEq for ControllerType
Source§fn eq(&self, other: &ControllerType) -> bool
fn eq(&self, other: &ControllerType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ControllerType
impl Eq for ControllerType
impl StructuralPartialEq for ControllerType
Auto Trait Implementations§
impl Freeze for ControllerType
impl RefUnwindSafe for ControllerType
impl Send for ControllerType
impl Sync for ControllerType
impl Unpin for ControllerType
impl UnsafeUnpin for ControllerType
impl UnwindSafe for ControllerType
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