#[repr(u8)]pub enum CdcErrorCode {
NoError = 0,
InitiatorNotCapable = 1,
InitiatorIncapableState = 2,
Other = 3,
}Variants§
Implementations§
Source§impl CdcErrorCode
impl CdcErrorCode
Trait Implementations§
Source§impl Clone for CdcErrorCode
impl Clone for CdcErrorCode
Source§fn clone(&self) -> CdcErrorCode
fn clone(&self) -> CdcErrorCode
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 CdcErrorCode
impl Debug for CdcErrorCode
Source§impl Hash for CdcErrorCode
impl Hash for CdcErrorCode
Source§impl PartialEq for CdcErrorCode
impl PartialEq for CdcErrorCode
impl Copy for CdcErrorCode
impl Eq for CdcErrorCode
impl StructuralPartialEq for CdcErrorCode
Auto Trait Implementations§
impl Freeze for CdcErrorCode
impl RefUnwindSafe for CdcErrorCode
impl Send for CdcErrorCode
impl Sync for CdcErrorCode
impl Unpin for CdcErrorCode
impl UnsafeUnpin for CdcErrorCode
impl UnwindSafe for CdcErrorCode
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