#[repr(u8)]pub enum NCc {
Show 16 variants
N_CC_0 = 0,
N_CC_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
N_CC_0 = 0
There is no internal Companion Controller and port-ownership hand-off is not supported.
N_CC_1 = 1
There are internal companion controller(s) and port-ownership hand-offs is supported.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for NCc
impl Ord for NCc
Source§impl PartialOrd for NCc
impl PartialOrd for NCc
impl Copy for NCc
impl Eq for NCc
impl StructuralPartialEq for NCc
Auto Trait Implementations§
impl Freeze for NCc
impl RefUnwindSafe for NCc
impl Send for NCc
impl Sync for NCc
impl Unpin for NCc
impl UnwindSafe for NCc
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