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