#[repr(C)]pub enum HalStatus {
Ok = 0,
Error = 1,
Busy = 2,
Timeout = 3,
Unknown = 4,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HalStatus
impl RefUnwindSafe for HalStatus
impl Send for HalStatus
impl Sync for HalStatus
impl Unpin for HalStatus
impl UnwindSafe for HalStatus
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