#[repr(transparent)]pub struct SCNWrapMode(pub NSInteger);Available on crate feature
SCNMaterialProperty only.Expand description
Wrap modes
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for SCNWrapMode
impl Clone for SCNWrapMode
Source§fn clone(&self) -> SCNWrapMode
fn clone(&self) -> SCNWrapMode
Returns a copy 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 SCNWrapMode
impl Debug for SCNWrapMode
Source§impl Encode for SCNWrapMode
impl Encode for SCNWrapMode
Source§impl Hash for SCNWrapMode
impl Hash for SCNWrapMode
Source§impl Ord for SCNWrapMode
impl Ord for SCNWrapMode
Source§fn cmp(&self, other: &SCNWrapMode) -> Ordering
fn cmp(&self, other: &SCNWrapMode) -> 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 SCNWrapMode
impl PartialEq for SCNWrapMode
Source§impl PartialOrd for SCNWrapMode
impl PartialOrd for SCNWrapMode
Source§impl RefEncode for SCNWrapMode
impl RefEncode for SCNWrapMode
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 SCNWrapMode
impl Eq for SCNWrapMode
impl StructuralPartialEq for SCNWrapMode
Auto Trait Implementations§
impl Freeze for SCNWrapMode
impl RefUnwindSafe for SCNWrapMode
impl Send for SCNWrapMode
impl Sync for SCNWrapMode
impl Unpin for SCNWrapMode
impl UnwindSafe for SCNWrapMode
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.