#[repr(u8)]pub enum Sofbusset {
SOF_TOK_INT_FROM_THRESHOLD = 0,
SOF_TOK_INT_COUNTER_0 = 1,
}Variants§
SOF_TOK_INT_FROM_THRESHOLD = 0
According to the SOF threshold value
SOF_TOK_INT_COUNTER_0 = 1
When the SOF counter reaches 0
Implementations§
Trait Implementations§
Source§impl Ord for Sofbusset
impl Ord for Sofbusset
Source§impl PartialOrd for Sofbusset
impl PartialOrd for Sofbusset
impl Copy for Sofbusset
impl Eq for Sofbusset
impl StructuralPartialEq for Sofbusset
Auto Trait Implementations§
impl Freeze for Sofbusset
impl RefUnwindSafe for Sofbusset
impl Send for Sofbusset
impl Sync for Sofbusset
impl Unpin for Sofbusset
impl UnwindSafe for Sofbusset
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