#[repr(u8)]pub enum Rampbselect {
Ramp1 = 0,
Ramp2a = 1,
Ramp2 = 2,
}
Expand description
Ramp Mode Buffer
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Rampbselect
impl Clone for Rampbselect
Source§fn clone(&self) -> Rampbselect
fn clone(&self) -> Rampbselect
Returns a copy 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 Rampbselect
impl Debug for Rampbselect
Source§impl From<Rampbselect> for u8
impl From<Rampbselect> for u8
Source§fn from(variant: Rampbselect) -> Self
fn from(variant: Rampbselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Rampbselect
impl PartialEq for Rampbselect
impl Copy for Rampbselect
impl Eq for Rampbselect
impl IsEnum for Rampbselect
impl StructuralPartialEq for Rampbselect
Auto Trait Implementations§
impl Freeze for Rampbselect
impl RefUnwindSafe for Rampbselect
impl Send for Rampbselect
impl Sync for Rampbselect
impl Unpin for Rampbselect
impl UnwindSafe for Rampbselect
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