#[repr(u32)]pub enum DirectSamplingThreshold {
Disabled = 0,
I = 1,
Q = 2,
IBelow = 3,
QBelow = 4,
}Variants§
Trait Implementations§
Source§impl Clone for DirectSamplingThreshold
impl Clone for DirectSamplingThreshold
Source§fn clone(&self) -> DirectSamplingThreshold
fn clone(&self) -> DirectSamplingThreshold
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 DirectSamplingThreshold
Source§impl Debug for DirectSamplingThreshold
impl Debug for DirectSamplingThreshold
impl Eq for DirectSamplingThreshold
Source§impl PartialEq for DirectSamplingThreshold
impl PartialEq for DirectSamplingThreshold
Source§fn eq(&self, other: &DirectSamplingThreshold) -> bool
fn eq(&self, other: &DirectSamplingThreshold) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectSamplingThreshold
Auto Trait Implementations§
impl Freeze for DirectSamplingThreshold
impl RefUnwindSafe for DirectSamplingThreshold
impl Send for DirectSamplingThreshold
impl Sync for DirectSamplingThreshold
impl Unpin for DirectSamplingThreshold
impl UnsafeUnpin for DirectSamplingThreshold
impl UnwindSafe for DirectSamplingThreshold
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