#[repr(C)]pub struct mach_msg_base_t {
pub header: mach_msg_header_t,
pub body: mach_msg_body_t,
}Fields§
§header: mach_msg_header_t§body: mach_msg_body_tTrait Implementations§
Source§impl Clone for mach_msg_base_t
impl Clone for mach_msg_base_t
Source§fn clone(&self) -> mach_msg_base_t
fn clone(&self) -> mach_msg_base_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 moreSource§impl Debug for mach_msg_base_t
impl Debug for mach_msg_base_t
Source§impl Default for mach_msg_base_t
impl Default for mach_msg_base_t
Source§fn default() -> mach_msg_base_t
fn default() -> mach_msg_base_t
Returns the “default value” for a type. Read more
Source§impl Hash for mach_msg_base_t
impl Hash for mach_msg_base_t
Source§impl Ord for mach_msg_base_t
impl Ord for mach_msg_base_t
Source§fn cmp(&self, other: &mach_msg_base_t) -> Ordering
fn cmp(&self, other: &mach_msg_base_t) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for mach_msg_base_t
impl PartialEq for mach_msg_base_t
Source§impl PartialOrd for mach_msg_base_t
impl PartialOrd for mach_msg_base_t
impl Copy for mach_msg_base_t
impl Eq for mach_msg_base_t
impl StructuralPartialEq for mach_msg_base_t
Auto Trait Implementations§
impl Freeze for mach_msg_base_t
impl RefUnwindSafe for mach_msg_base_t
impl Send for mach_msg_base_t
impl Sync for mach_msg_base_t
impl Unpin for mach_msg_base_t
impl UnwindSafe for mach_msg_base_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