Enum AllOscsDown
#[repr(u8)]pub enum AllOscsDown {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
Implementations§
§impl AllOscsDown
impl AllOscsDown
pub const fn from_bits(val: u8) -> AllOscsDown
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for AllOscsDown
impl Clone for AllOscsDown
§fn clone(&self) -> AllOscsDown
fn clone(&self) -> AllOscsDown
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 more§impl Debug for AllOscsDown
impl Debug for AllOscsDown
§impl From<AllOscsDown> for u8
impl From<AllOscsDown> for u8
§fn from(val: AllOscsDown) -> u8
fn from(val: AllOscsDown) -> u8
Converts to this type from the input type.
§impl From<u8> for AllOscsDown
impl From<u8> for AllOscsDown
§fn from(val: u8) -> AllOscsDown
fn from(val: u8) -> AllOscsDown
Converts to this type from the input type.
§impl Ord for AllOscsDown
impl Ord for AllOscsDown
§impl PartialEq for AllOscsDown
impl PartialEq for AllOscsDown
§impl PartialOrd for AllOscsDown
impl PartialOrd for AllOscsDown
impl Copy for AllOscsDown
impl Eq for AllOscsDown
impl StructuralPartialEq for AllOscsDown
Auto Trait Implementations§
impl Freeze for AllOscsDown
impl RefUnwindSafe for AllOscsDown
impl Send for AllOscsDown
impl Sync for AllOscsDown
impl Unpin for AllOscsDown
impl UnwindSafe for AllOscsDown
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