#[repr(transparent)]pub struct TransformType(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for TransformType
impl Clone for TransformType
Source§fn clone(&self) -> TransformType
fn clone(&self) -> TransformType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TransformType
impl Debug for TransformType
Source§impl Default for TransformType
impl Default for TransformType
Source§fn default() -> TransformType
fn default() -> TransformType
Returns the “default value” for a type. Read more
Source§impl From<TransformType> for usize
impl From<TransformType> for usize
Source§fn from(value: TransformType) -> Self
fn from(value: TransformType) -> Self
Converts to this type from the input type.
Source§impl From<usize> for TransformType
impl From<usize> for TransformType
Source§impl Hash for TransformType
impl Hash for TransformType
Source§impl Ord for TransformType
impl Ord for TransformType
Source§fn cmp(&self, other: &TransformType) -> Ordering
fn cmp(&self, other: &TransformType) -> Ordering
1.21.0 (const: unstable) · 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 TransformType
impl PartialEq for TransformType
Source§fn eq(&self, other: &TransformType) -> bool
fn eq(&self, other: &TransformType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TransformType
impl PartialOrd for TransformType
impl Copy for TransformType
impl Eq for TransformType
impl StructuralPartialEq for TransformType
Auto Trait Implementations§
impl Freeze for TransformType
impl RefUnwindSafe for TransformType
impl Send for TransformType
impl Sync for TransformType
impl Unpin for TransformType
impl UnsafeUnpin for TransformType
impl UnwindSafe for TransformType
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