#[repr(transparent)]pub struct SKUniformType(pub NSInteger);Available on crate feature
SKUniform only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl SKUniformType
impl SKUniformType
pub const None: Self
pub const Float: Self
pub const FloatVector2: Self
pub const FloatVector3: Self
pub const FloatVector4: Self
pub const FloatMatrix2: Self
pub const FloatMatrix3: Self
pub const FloatMatrix4: Self
pub const Texture: Self
Trait Implementations§
Source§impl Clone for SKUniformType
impl Clone for SKUniformType
Source§fn clone(&self) -> SKUniformType
fn clone(&self) -> SKUniformType
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 SKUniformType
impl Debug for SKUniformType
Source§impl Encode for SKUniformType
impl Encode for SKUniformType
Source§impl Hash for SKUniformType
impl Hash for SKUniformType
Source§impl Ord for SKUniformType
impl Ord for SKUniformType
Source§fn cmp(&self, other: &SKUniformType) -> Ordering
fn cmp(&self, other: &SKUniformType) -> 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 SKUniformType
impl PartialEq for SKUniformType
Source§impl PartialOrd for SKUniformType
impl PartialOrd for SKUniformType
Source§impl RefEncode for SKUniformType
impl RefEncode for SKUniformType
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 SKUniformType
impl Eq for SKUniformType
impl StructuralPartialEq for SKUniformType
Auto Trait Implementations§
impl Freeze for SKUniformType
impl RefUnwindSafe for SKUniformType
impl Send for SKUniformType
impl Sync for SKUniformType
impl Unpin for SKUniformType
impl UnwindSafe for SKUniformType
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.