#[repr(transparent)]pub struct MTLFeatureSet(pub NSUInteger);👎Deprecated: Use MTLGPUFamily instead
Available on crate feature
MTLDevice only.Expand description
Tuple Fields§
§0: NSUInteger👎Deprecated: Use MTLGPUFamily instead
Implementations§
Source§impl MTLFeatureSet
impl MTLFeatureSet
pub const iOS_GPUFamily1_v1: Self
pub const iOS_GPUFamily2_v1: Self
pub const iOS_GPUFamily1_v2: Self
pub const iOS_GPUFamily2_v2: Self
pub const iOS_GPUFamily3_v1: Self
pub const iOS_GPUFamily1_v3: Self
pub const iOS_GPUFamily2_v3: Self
pub const iOS_GPUFamily3_v2: Self
pub const iOS_GPUFamily1_v4: Self
pub const iOS_GPUFamily2_v4: Self
pub const iOS_GPUFamily3_v3: Self
pub const iOS_GPUFamily4_v1: Self
pub const iOS_GPUFamily1_v5: Self
pub const iOS_GPUFamily2_v5: Self
pub const iOS_GPUFamily3_v4: Self
pub const iOS_GPUFamily4_v2: Self
pub const iOS_GPUFamily5_v1: Self
pub const macOS_GPUFamily1_v1: Self
pub const OSX_GPUFamily1_v1: Self
pub const macOS_GPUFamily1_v2: Self
pub const OSX_GPUFamily1_v2: Self
pub const macOS_ReadWriteTextureTier2: Self
pub const OSX_ReadWriteTextureTier2: Self
pub const macOS_GPUFamily1_v3: Self
pub const macOS_GPUFamily1_v4: Self
pub const macOS_GPUFamily2_v1: Self
pub const tvOS_GPUFamily1_v1: Self
pub const TVOS_GPUFamily1_v1: Self
pub const tvOS_GPUFamily1_v2: Self
pub const tvOS_GPUFamily1_v3: Self
pub const tvOS_GPUFamily2_v1: Self
pub const tvOS_GPUFamily1_v4: Self
pub const tvOS_GPUFamily2_v2: Self
Trait Implementations§
Source§impl Clone for MTLFeatureSet
impl Clone for MTLFeatureSet
Source§fn clone(&self) -> MTLFeatureSet
fn clone(&self) -> MTLFeatureSet
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 MTLFeatureSet
impl Debug for MTLFeatureSet
Source§impl Encode for MTLFeatureSet
impl Encode for MTLFeatureSet
Source§impl Hash for MTLFeatureSet
impl Hash for MTLFeatureSet
Source§impl Ord for MTLFeatureSet
impl Ord for MTLFeatureSet
Source§fn cmp(&self, other: &MTLFeatureSet) -> Ordering
fn cmp(&self, other: &MTLFeatureSet) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MTLFeatureSet
impl PartialEq for MTLFeatureSet
Source§impl PartialOrd for MTLFeatureSet
impl PartialOrd for MTLFeatureSet
Source§impl RefEncode for MTLFeatureSet
impl RefEncode for MTLFeatureSet
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MTLFeatureSet
impl Eq for MTLFeatureSet
impl StructuralPartialEq for MTLFeatureSet
Auto Trait Implementations§
impl Freeze for MTLFeatureSet
impl RefUnwindSafe for MTLFeatureSet
impl Send for MTLFeatureSet
impl Sync for MTLFeatureSet
impl Unpin for MTLFeatureSet
impl UnwindSafe for MTLFeatureSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.