#[repr(transparent)]pub struct IOPriority(pub Integer);Expand description
IO command queue priority.
C++ equivalent: MTL::IOPriority
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for IOPriority
impl Clone for IOPriority
Source§fn clone(&self) -> IOPriority
fn clone(&self) -> IOPriority
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 IOPriority
impl Debug for IOPriority
Source§impl Default for IOPriority
impl Default for IOPriority
Source§fn default() -> IOPriority
fn default() -> IOPriority
Returns the “default value” for a type. Read more
Source§impl Hash for IOPriority
impl Hash for IOPriority
Source§impl PartialEq for IOPriority
impl PartialEq for IOPriority
impl Copy for IOPriority
impl Eq for IOPriority
impl StructuralPartialEq for IOPriority
Auto Trait Implementations§
impl Freeze for IOPriority
impl RefUnwindSafe for IOPriority
impl Send for IOPriority
impl Sync for IOPriority
impl Unpin for IOPriority
impl UnwindSafe for IOPriority
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