pub enum TestMeasurementType {
Standard,
Usb488Subclass,
}Variants§
Trait Implementations§
Source§impl Clone for TestMeasurementType
impl Clone for TestMeasurementType
Source§fn clone(&self) -> TestMeasurementType
fn clone(&self) -> TestMeasurementType
Returns a duplicate 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 Debug for TestMeasurementType
impl Debug for TestMeasurementType
impl Copy for TestMeasurementType
Auto Trait Implementations§
impl Freeze for TestMeasurementType
impl RefUnwindSafe for TestMeasurementType
impl Send for TestMeasurementType
impl Sync for TestMeasurementType
impl Unpin for TestMeasurementType
impl UnwindSafe for TestMeasurementType
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