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