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