#[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 · 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 DirectSamplingThreshold
impl Debug for DirectSamplingThreshold
Source§impl PartialEq for DirectSamplingThreshold
impl PartialEq for DirectSamplingThreshold
impl Copy for DirectSamplingThreshold
impl Eq for DirectSamplingThreshold
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 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