#[repr(u8)]pub enum CppreSat8 {
SAT_8_BITS = 0,
SAT_16_BITS = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for CppreSat8
impl Ord for CppreSat8
Source§impl PartialOrd for CppreSat8
impl PartialOrd for CppreSat8
impl Copy for CppreSat8
impl Eq for CppreSat8
impl StructuralPartialEq for CppreSat8
Auto Trait Implementations§
impl Freeze for CppreSat8
impl RefUnwindSafe for CppreSat8
impl Send for CppreSat8
impl Sync for CppreSat8
impl Unpin for CppreSat8
impl UnwindSafe for CppreSat8
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