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