#[repr(transparent)]pub struct ARPlaneAnchorAlignment(pub NSInteger);Available on crate features
ARPlaneAnchor and objc2 only.Expand description
A value describing the alignment of a plane anchor.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl ARPlaneAnchorAlignment
impl ARPlaneAnchorAlignment
Sourcepub const Horizontal: Self
pub const Horizontal: Self
A plane that is horizontal with respect to gravity.
Trait Implementations§
Source§impl Clone for ARPlaneAnchorAlignment
impl Clone for ARPlaneAnchorAlignment
Source§fn clone(&self) -> ARPlaneAnchorAlignment
fn clone(&self) -> ARPlaneAnchorAlignment
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 ARPlaneAnchorAlignment
impl Debug for ARPlaneAnchorAlignment
Source§impl Encode for ARPlaneAnchorAlignment
impl Encode for ARPlaneAnchorAlignment
Source§impl Hash for ARPlaneAnchorAlignment
impl Hash for ARPlaneAnchorAlignment
Source§impl Ord for ARPlaneAnchorAlignment
impl Ord for ARPlaneAnchorAlignment
Source§fn cmp(&self, other: &ARPlaneAnchorAlignment) -> Ordering
fn cmp(&self, other: &ARPlaneAnchorAlignment) -> 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 ARPlaneAnchorAlignment
impl PartialEq for ARPlaneAnchorAlignment
Source§impl PartialOrd for ARPlaneAnchorAlignment
impl PartialOrd for ARPlaneAnchorAlignment
Source§impl RefEncode for ARPlaneAnchorAlignment
impl RefEncode for ARPlaneAnchorAlignment
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 ARPlaneAnchorAlignment
impl Eq for ARPlaneAnchorAlignment
impl StructuralPartialEq for ARPlaneAnchorAlignment
Auto Trait Implementations§
impl Freeze for ARPlaneAnchorAlignment
impl RefUnwindSafe for ARPlaneAnchorAlignment
impl Send for ARPlaneAnchorAlignment
impl Sync for ARPlaneAnchorAlignment
impl Unpin for ARPlaneAnchorAlignment
impl UnwindSafe for ARPlaneAnchorAlignment
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.