#[repr(u8)]pub enum Ccs {
DEVICE_UNAVAILABLE = 0,
DEVICE_AVAILABLE = 1,
}Variants§
DEVICE_UNAVAILABLE = 0
No device present or attached
DEVICE_AVAILABLE = 1
Device present and attached
Implementations§
Trait Implementations§
Source§impl Ord for Ccs
impl Ord for Ccs
Source§impl PartialOrd for Ccs
impl PartialOrd for Ccs
impl Copy for Ccs
impl Eq for Ccs
impl StructuralPartialEq for Ccs
Auto Trait Implementations§
impl Freeze for Ccs
impl RefUnwindSafe for Ccs
impl Send for Ccs
impl Sync for Ccs
impl Unpin for Ccs
impl UnwindSafe for Ccs
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