Enum Dwnspread
#[repr(u8)]pub enum Dwnspread {
CenterSpread = 0,
DownSpread = 1,
}Variants§
CenterSpread = 0
Center-spread modulation selected (default after reset).
DownSpread = 1
Down-spread modulation selected.
Implementations§
Trait Implementations§
impl Copy for Dwnspread
impl Eq for Dwnspread
§impl Ord for Dwnspread
impl Ord for Dwnspread
1.21.0 (const: unstable) · 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
§impl PartialOrd for Dwnspread
impl PartialOrd for Dwnspread
impl StructuralPartialEq for Dwnspread
Auto Trait Implementations§
impl Freeze for Dwnspread
impl RefUnwindSafe for Dwnspread
impl Send for Dwnspread
impl Sync for Dwnspread
impl Unpin for Dwnspread
impl UnsafeUnpin for Dwnspread
impl UnwindSafe for Dwnspread
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