#[repr(u8)]pub enum HostCcIsIdle {
BUSY = 0,
IDLE = 1,
}Variants§
Implementations§
Source§impl HostCcIsIdle
impl HostCcIsIdle
Trait Implementations§
Source§impl Clone for HostCcIsIdle
impl Clone for HostCcIsIdle
Source§fn clone(&self) -> HostCcIsIdle
fn clone(&self) -> HostCcIsIdle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostCcIsIdle
impl Debug for HostCcIsIdle
Source§impl From<HostCcIsIdle> for u8
impl From<HostCcIsIdle> for u8
Source§fn from(val: HostCcIsIdle) -> u8
fn from(val: HostCcIsIdle) -> u8
Converts to this type from the input type.
Source§impl From<u8> for HostCcIsIdle
impl From<u8> for HostCcIsIdle
Source§fn from(val: u8) -> HostCcIsIdle
fn from(val: u8) -> HostCcIsIdle
Converts to this type from the input type.
Source§impl Ord for HostCcIsIdle
impl Ord for HostCcIsIdle
Source§fn cmp(&self, other: &HostCcIsIdle) -> Ordering
fn cmp(&self, other: &HostCcIsIdle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HostCcIsIdle
impl PartialEq for HostCcIsIdle
Source§impl PartialOrd for HostCcIsIdle
impl PartialOrd for HostCcIsIdle
impl Copy for HostCcIsIdle
impl Eq for HostCcIsIdle
impl StructuralPartialEq for HostCcIsIdle
Auto Trait Implementations§
impl Freeze for HostCcIsIdle
impl RefUnwindSafe for HostCcIsIdle
impl Send for HostCcIsIdle
impl Sync for HostCcIsIdle
impl Unpin for HostCcIsIdle
impl UnwindSafe for HostCcIsIdle
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