#[repr(C)]pub union mach_msg_empty_t {
pub send: mach_msg_empty_send_t,
pub rcv: mach_msg_empty_rcv_t,
/* private fields */
}Fields§
§send: mach_msg_empty_send_t§rcv: mach_msg_empty_rcv_tTrait Implementations§
Source§impl Clone for mach_msg_empty_t
impl Clone for mach_msg_empty_t
Source§fn clone(&self) -> mach_msg_empty_t
fn clone(&self) -> mach_msg_empty_t
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 moreimpl Copy for mach_msg_empty_t
Auto Trait Implementations§
impl Freeze for mach_msg_empty_t
impl RefUnwindSafe for mach_msg_empty_t
impl Send for mach_msg_empty_t
impl Sync for mach_msg_empty_t
impl Unpin for mach_msg_empty_t
impl UnwindSafe for mach_msg_empty_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