#[repr(u8)]pub enum MqsOversample {
MQS_OVERSAMPLE_0 = 0,
MQS_OVERSAMPLE_1 = 1,
}Variants§
Implementations§
Source§impl MqsOversample
impl MqsOversample
Trait Implementations§
Source§impl Clone for MqsOversample
impl Clone for MqsOversample
Source§fn clone(&self) -> MqsOversample
fn clone(&self) -> MqsOversample
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 MqsOversample
impl Debug for MqsOversample
Source§impl From<MqsOversample> for u8
impl From<MqsOversample> for u8
Source§fn from(val: MqsOversample) -> u8
fn from(val: MqsOversample) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MqsOversample
impl From<u8> for MqsOversample
Source§fn from(val: u8) -> MqsOversample
fn from(val: u8) -> MqsOversample
Converts to this type from the input type.
Source§impl Ord for MqsOversample
impl Ord for MqsOversample
Source§fn cmp(&self, other: &MqsOversample) -> Ordering
fn cmp(&self, other: &MqsOversample) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MqsOversample
impl PartialEq for MqsOversample
Source§impl PartialOrd for MqsOversample
impl PartialOrd for MqsOversample
impl Copy for MqsOversample
impl Eq for MqsOversample
impl StructuralPartialEq for MqsOversample
Auto Trait Implementations§
impl Freeze for MqsOversample
impl RefUnwindSafe for MqsOversample
impl Send for MqsOversample
impl Sync for MqsOversample
impl Unpin for MqsOversample
impl UnwindSafe for MqsOversample
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