Struct mach_sys::exc::__Reply__exception_raise_t
source · #[repr(C)]pub struct __Reply__exception_raise_t {
pub Head: mach_msg_header_t,
pub NDR: NDR_record_t,
pub RetCode: kern_return_t,
}Fields§
§Head: mach_msg_header_t§NDR: NDR_record_t§RetCode: kern_return_tTrait Implementations§
source§impl Clone for __Reply__exception_raise_t
impl Clone for __Reply__exception_raise_t
source§fn clone(&self) -> __Reply__exception_raise_t
fn clone(&self) -> __Reply__exception_raise_t
Returns a copy 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 __Reply__exception_raise_t
impl Debug for __Reply__exception_raise_t
impl Copy for __Reply__exception_raise_t
Auto Trait Implementations§
impl RefUnwindSafe for __Reply__exception_raise_t
impl Send for __Reply__exception_raise_t
impl Sync for __Reply__exception_raise_t
impl Unpin for __Reply__exception_raise_t
impl UnwindSafe for __Reply__exception_raise_t
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