#[repr(u8)]pub enum Ctype {
SINGLE_ENDED_A_SIDE_CHANNEL = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
SINGLE_ENDED_A_SIDE_CHANNEL = 0
Single-Ended Mode. Only A side channel is converted.
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Ctype
impl Ord for Ctype
Source§impl PartialOrd for Ctype
impl PartialOrd for Ctype
impl Copy for Ctype
impl Eq for Ctype
impl StructuralPartialEq for Ctype
Auto Trait Implementations§
impl Freeze for Ctype
impl RefUnwindSafe for Ctype
impl Send for Ctype
impl Sync for Ctype
impl Unpin for Ctype
impl UnwindSafe for Ctype
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