pub struct BoneVertexId(/* private fields */);Implementations§
Source§impl BoneVertexId
impl BoneVertexId
Trait Implementations§
Source§impl Clone for BoneVertexId
impl Clone for BoneVertexId
Source§fn clone(&self) -> BoneVertexId
fn clone(&self) -> BoneVertexId
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 BoneVertexId
impl Debug for BoneVertexId
Source§impl Ord for BoneVertexId
impl Ord for BoneVertexId
Source§fn cmp(&self, other: &BoneVertexId) -> Ordering
fn cmp(&self, other: &BoneVertexId) -> 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 BoneVertexId
impl PartialEq for BoneVertexId
Source§impl PartialOrd for BoneVertexId
impl PartialOrd for BoneVertexId
impl Copy for BoneVertexId
impl Eq for BoneVertexId
impl StructuralPartialEq for BoneVertexId
Auto Trait Implementations§
impl Freeze for BoneVertexId
impl RefUnwindSafe for BoneVertexId
impl Send for BoneVertexId
impl Sync for BoneVertexId
impl Unpin for BoneVertexId
impl UnwindSafe for BoneVertexId
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