pub type mach_msg_max_trailer_t = mach_msg_mac_trailer_t;Aliased Type§
#[repr(C, packed(4))]pub struct mach_msg_max_trailer_t {
pub msgh_trailer_type: u32,
pub msgh_trailer_size: u32,
pub msgh_seqno: u32,
pub msgh_sender: security_token_t,
pub msgh_audit: audit_token_t,
pub msgh_context: u64,
pub msgh_ad: i32,
pub msgh_labels: msg_labels_t,
}Fields§
§msgh_trailer_type: u32§msgh_trailer_size: u32§msgh_seqno: u32§msgh_sender: security_token_t§msgh_audit: audit_token_t§msgh_context: u64§msgh_ad: i32§msgh_labels: msg_labels_t