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