[−][src]Struct uikit_sys::mach_port_qos
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
len: natural_t
Implementations
impl mach_port_qos
[src]
pub fn name(&self) -> c_uint
[src]
pub fn set_name(&mut self, val: c_uint)
[src]
pub fn prealloc(&self) -> c_uint
[src]
pub fn set_prealloc(&mut self, val: c_uint)
[src]
pub fn pad1(&self) -> boolean_t
[src]
pub fn set_pad1(&mut self, val: boolean_t)
[src]
pub fn new_bitfield_1(
name: c_uint,
prealloc: c_uint,
pad1: boolean_t
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]
name: c_uint,
prealloc: c_uint,
pad1: boolean_t
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations
impl Clone for mach_port_qos
[src]
fn clone(&self) -> mach_port_qos
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for mach_port_qos
[src]
impl Debug for mach_port_qos
[src]
impl Default for mach_port_qos
[src]
fn default() -> mach_port_qos
[src]
Auto Trait Implementations
impl RefUnwindSafe for mach_port_qos
impl Send for mach_port_qos
impl Sync for mach_port_qos
impl Unpin for mach_port_qos
impl UnwindSafe for mach_port_qos
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>,