#[repr(C, packed(1))]pub struct ErrorWithReplyCode {
pub error_code: ErrorCode,
pub reply_code: ReplyCode,
}Expand description
Represents type defining concatenated reply code with error code. 8 bytes.
Fields§
§error_code: ErrorCode§reply_code: ReplyCodeImplementations§
source§impl ErrorWithReplyCode
impl ErrorWithReplyCode
pub fn as_mut_ptr(&mut self) -> *mut Self
Trait Implementations§
source§impl Debug for ErrorWithReplyCode
impl Debug for ErrorWithReplyCode
source§impl Default for ErrorWithReplyCode
impl Default for ErrorWithReplyCode
source§fn default() -> ErrorWithReplyCode
fn default() -> ErrorWithReplyCode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErrorWithReplyCode
impl RefUnwindSafe for ErrorWithReplyCode
impl Send for ErrorWithReplyCode
impl Sync for ErrorWithReplyCode
impl Unpin for ErrorWithReplyCode
impl UnwindSafe for ErrorWithReplyCode
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