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