pub struct TangentMode(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl TangentMode
impl TangentMode
pub const FREE: TangentMode
pub const LINEAR: TangentMode
pub const MODE_COUNT: TangentMode
Trait Implementations§
Source§impl Clone for TangentMode
impl Clone for TangentMode
Source§fn clone(&self) -> TangentMode
fn clone(&self) -> TangentMode
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 TangentMode
impl Debug for TangentMode
Source§impl From<TangentMode> for i64
impl From<TangentMode> for i64
Source§fn from(v: TangentMode) -> Self
fn from(v: TangentMode) -> Self
Converts to this type from the input type.
Source§impl From<i64> for TangentMode
impl From<i64> for TangentMode
Source§impl FromVariant for TangentMode
impl FromVariant for TangentMode
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for TangentMode
impl Hash for TangentMode
Source§impl Ord for TangentMode
impl Ord for TangentMode
Source§fn cmp(&self, other: &TangentMode) -> Ordering
fn cmp(&self, other: &TangentMode) -> 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 TangentMode
impl PartialEq for TangentMode
Source§impl PartialOrd for TangentMode
impl PartialOrd for TangentMode
impl Copy for TangentMode
impl Eq for TangentMode
impl StructuralPartialEq for TangentMode
Auto Trait Implementations§
impl Freeze for TangentMode
impl RefUnwindSafe for TangentMode
impl Send for TangentMode
impl Sync for TangentMode
impl Unpin for TangentMode
impl UnwindSafe for TangentMode
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.