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