#[repr(C)]pub struct ErrCode(pub NonZeroI16);Expand description
Representation of an EDHOC ERR_CODE
Tuple Fields§
§0: NonZeroI16Implementations§
Source§impl ErrCode
impl ErrCode
pub const UNSPECIFIED: Self = _
pub const WRONG_SELECTED_CIPHER_SUITE: Self = _
pub const UNKNOWN_CREDENTIAL: Self = _
pub const ACCESS_DENIED: Self = _
Auto Trait Implementations§
impl Freeze for ErrCode
impl RefUnwindSafe for ErrCode
impl Send for ErrCode
impl Sync for ErrCode
impl Unpin for ErrCode
impl UnwindSafe for ErrCode
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