#[repr(isize)]pub enum VNChirality {
Unknown = 0,
Left = -1,
Right = 1,
}
Available on crate feature
VNTypes
only.Expand description
Variants§
Trait Implementations§
Source§impl Clone for VNChirality
impl Clone for VNChirality
Source§fn clone(&self) -> VNChirality
fn clone(&self) -> VNChirality
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 VNChirality
impl Debug for VNChirality
Source§impl Encode for VNChirality
impl Encode for VNChirality
Source§impl Hash for VNChirality
impl Hash for VNChirality
Source§impl Ord for VNChirality
impl Ord for VNChirality
Source§fn cmp(&self, other: &VNChirality) -> Ordering
fn cmp(&self, other: &VNChirality) -> 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 VNChirality
impl PartialEq for VNChirality
Source§impl PartialOrd for VNChirality
impl PartialOrd for VNChirality
Source§impl RefEncode for VNChirality
impl RefEncode for VNChirality
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 VNChirality
impl Eq for VNChirality
impl StructuralPartialEq for VNChirality
Auto Trait Implementations§
impl Freeze for VNChirality
impl RefUnwindSafe for VNChirality
impl Send for VNChirality
impl Sync for VNChirality
impl Unpin for VNChirality
impl UnwindSafe for VNChirality
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.