#[repr(transparent)]pub struct AREnvironmentTexturing(pub NSInteger);Available on crate features
ARConfiguration and objc2 only.Expand description
Enum constants for indicating the mode of environment texturing to run.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AREnvironmentTexturing
impl AREnvironmentTexturing
Trait Implementations§
Source§impl Clone for AREnvironmentTexturing
impl Clone for AREnvironmentTexturing
Source§fn clone(&self) -> AREnvironmentTexturing
fn clone(&self) -> AREnvironmentTexturing
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 AREnvironmentTexturing
impl Debug for AREnvironmentTexturing
Source§impl Encode for AREnvironmentTexturing
impl Encode for AREnvironmentTexturing
Source§impl Hash for AREnvironmentTexturing
impl Hash for AREnvironmentTexturing
Source§impl Ord for AREnvironmentTexturing
impl Ord for AREnvironmentTexturing
Source§fn cmp(&self, other: &AREnvironmentTexturing) -> Ordering
fn cmp(&self, other: &AREnvironmentTexturing) -> 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 AREnvironmentTexturing
impl PartialEq for AREnvironmentTexturing
Source§impl PartialOrd for AREnvironmentTexturing
impl PartialOrd for AREnvironmentTexturing
Source§impl RefEncode for AREnvironmentTexturing
impl RefEncode for AREnvironmentTexturing
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 AREnvironmentTexturing
impl Eq for AREnvironmentTexturing
impl StructuralPartialEq for AREnvironmentTexturing
Auto Trait Implementations§
impl Freeze for AREnvironmentTexturing
impl RefUnwindSafe for AREnvironmentTexturing
impl Send for AREnvironmentTexturing
impl Sync for AREnvironmentTexturing
impl Unpin for AREnvironmentTexturing
impl UnwindSafe for AREnvironmentTexturing
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.