pub struct VShapeHandle(pub u8);Expand description
A handle to a shape in a DynShapeStore.
This is just an index into the store’s shape array.
Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for VShapeHandle
impl Clone for VShapeHandle
Source§fn clone(&self) -> VShapeHandle
fn clone(&self) -> VShapeHandle
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 moreimpl Copy for VShapeHandle
Source§impl Debug for VShapeHandle
impl Debug for VShapeHandle
impl Eq for VShapeHandle
Source§impl PartialEq for VShapeHandle
impl PartialEq for VShapeHandle
Source§fn eq(&self, other: &VShapeHandle) -> bool
fn eq(&self, other: &VShapeHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VShapeHandle
Auto Trait Implementations§
impl Freeze for VShapeHandle
impl RefUnwindSafe for VShapeHandle
impl Send for VShapeHandle
impl Sync for VShapeHandle
impl Unpin for VShapeHandle
impl UnsafeUnpin for VShapeHandle
impl UnwindSafe for VShapeHandle
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