#[repr(transparent)]pub struct MDLLightType(pub NSUInteger);
Available on crate feature
MDLLight
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl MDLLightType
impl MDLLightType
pub const Unknown: Self
pub const Ambient: Self
pub const Directional: Self
pub const Spot: Self
pub const Point: Self
pub const Linear: Self
pub const DiscArea: Self
pub const RectangularArea: Self
pub const SuperElliptical: Self
pub const Photometric: Self
pub const Probe: Self
pub const Environment: Self
Trait Implementations§
Source§impl Clone for MDLLightType
impl Clone for MDLLightType
Source§fn clone(&self) -> MDLLightType
fn clone(&self) -> MDLLightType
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 MDLLightType
impl Debug for MDLLightType
Source§impl Encode for MDLLightType
impl Encode for MDLLightType
Source§impl Hash for MDLLightType
impl Hash for MDLLightType
Source§impl Ord for MDLLightType
impl Ord for MDLLightType
Source§fn cmp(&self, other: &MDLLightType) -> Ordering
fn cmp(&self, other: &MDLLightType) -> 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 MDLLightType
impl PartialEq for MDLLightType
Source§impl PartialOrd for MDLLightType
impl PartialOrd for MDLLightType
Source§impl RefEncode for MDLLightType
impl RefEncode for MDLLightType
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 MDLLightType
impl Eq for MDLLightType
impl StructuralPartialEq for MDLLightType
Auto Trait Implementations§
impl Freeze for MDLLightType
impl RefUnwindSafe for MDLLightType
impl Send for MDLLightType
impl Sync for MDLLightType
impl Unpin for MDLLightType
impl UnwindSafe for MDLLightType
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.