pub struct TransformId(pub u64);Expand description
Unique identifier for transforms
Tuple Fields§
§0: u64Implementations§
Source§impl TransformId
impl TransformId
Trait Implementations§
Source§impl Clone for TransformId
impl Clone for TransformId
Source§fn clone(&self) -> TransformId
fn clone(&self) -> TransformId
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 TransformId
impl Debug for TransformId
Source§impl Default for TransformId
impl Default for TransformId
Source§impl Hash for TransformId
impl Hash for TransformId
Source§impl PartialEq for TransformId
impl PartialEq for TransformId
impl Copy for TransformId
impl Eq for TransformId
impl StructuralPartialEq for TransformId
Auto Trait Implementations§
impl Freeze for TransformId
impl RefUnwindSafe for TransformId
impl Send for TransformId
impl Sync for TransformId
impl Unpin for TransformId
impl UnwindSafe for TransformId
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§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.