#[repr(C, packed(4))]pub struct mach_msg_ool_descriptor64_t {
pub address: u64,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>,
pub size: mach_msg_size_t,
}Fields§
§address: u64§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>§size: mach_msg_size_tImplementations§
Source§impl mach_msg_ool_descriptor64_t
impl mach_msg_ool_descriptor64_t
pub fn deallocate(&self) -> boolean_t
pub fn set_deallocate(&mut self, val: boolean_t)
pub fn copy(&self) -> mach_msg_copy_options_t
pub fn set_copy(&mut self, val: mach_msg_copy_options_t)
pub fn pad1(&self) -> c_uint
pub fn set_pad1(&mut self, val: c_uint)
pub fn type_(&self) -> mach_msg_descriptor_type_t
pub fn set_type(&mut self, val: mach_msg_descriptor_type_t)
pub fn new_bitfield_1( deallocate: boolean_t, copy: mach_msg_copy_options_t, pad1: c_uint, type_: mach_msg_descriptor_type_t, ) -> __BindgenBitfieldUnit<[u8; 4], u8>
Trait Implementations§
Source§impl Clone for mach_msg_ool_descriptor64_t
impl Clone for mach_msg_ool_descriptor64_t
Source§fn clone(&self) -> mach_msg_ool_descriptor64_t
fn clone(&self) -> mach_msg_ool_descriptor64_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_ool_descriptor64_t
impl Debug for mach_msg_ool_descriptor64_t
impl Copy for mach_msg_ool_descriptor64_t
Auto Trait Implementations§
impl Freeze for mach_msg_ool_descriptor64_t
impl RefUnwindSafe for mach_msg_ool_descriptor64_t
impl Send for mach_msg_ool_descriptor64_t
impl Sync for mach_msg_ool_descriptor64_t
impl Unpin for mach_msg_ool_descriptor64_t
impl UnwindSafe for mach_msg_ool_descriptor64_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