pub struct GeometryId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for GeometryId
impl Clone for GeometryId
Source§fn clone(&self) -> GeometryId
fn clone(&self) -> GeometryId
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 GeometryId
impl Debug for GeometryId
Source§impl Default for GeometryId
impl Default for GeometryId
Source§fn default() -> GeometryId
fn default() -> GeometryId
Returns the “default value” for a type. Read more
Source§impl Hash for GeometryId
impl Hash for GeometryId
Source§impl PartialEq for GeometryId
impl PartialEq for GeometryId
impl Copy for GeometryId
impl Eq for GeometryId
impl StructuralPartialEq for GeometryId
Auto Trait Implementations§
impl Freeze for GeometryId
impl RefUnwindSafe for GeometryId
impl Send for GeometryId
impl Sync for GeometryId
impl Unpin for GeometryId
impl UnsafeUnpin for GeometryId
impl UnwindSafe for GeometryId
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