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