#[repr(C)]pub struct mach_port_info_ext {
pub mpie_status: mach_port_status_t,
pub mpie_boost_cnt: mach_port_msgcount_t,
pub reserved: [uint32_t; 6],
}Fields§
§mpie_status: mach_port_status_t§mpie_boost_cnt: mach_port_msgcount_t§reserved: [uint32_t; 6]Trait Implementations§
Source§impl Clone for mach_port_info_ext
impl Clone for mach_port_info_ext
Source§fn clone(&self) -> mach_port_info_ext
fn clone(&self) -> mach_port_info_ext
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_port_info_ext
impl Debug for mach_port_info_ext
Source§impl Default for mach_port_info_ext
impl Default for mach_port_info_ext
impl Copy for mach_port_info_ext
Auto Trait Implementations§
impl Freeze for mach_port_info_ext
impl RefUnwindSafe for mach_port_info_ext
impl Send for mach_port_info_ext
impl Sync for mach_port_info_ext
impl Unpin for mach_port_info_ext
impl UnwindSafe for mach_port_info_ext
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