[−][src]Struct uikit_sys::mach_msg_mac_trailer_t
Fields
msgh_trailer_type: mach_msg_trailer_type_tmsgh_trailer_size: mach_msg_trailer_size_tmsgh_seqno: mach_port_seqno_tmsgh_sender: security_token_tmsgh_audit: audit_token_tmsgh_context: mach_port_context_tmsgh_ad: c_intmsgh_labels: msg_labels_tTrait Implementations
impl Clone for mach_msg_mac_trailer_t[src]
fn clone(&self) -> mach_msg_mac_trailer_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for mach_msg_mac_trailer_t[src]
impl Debug for mach_msg_mac_trailer_t[src]
impl Default for mach_msg_mac_trailer_t[src]
fn default() -> mach_msg_mac_trailer_t[src]
Auto Trait Implementations
impl RefUnwindSafe for mach_msg_mac_trailer_t
impl Send for mach_msg_mac_trailer_t
impl Sync for mach_msg_mac_trailer_t
impl Unpin for mach_msg_mac_trailer_t
impl UnwindSafe for mach_msg_mac_trailer_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,