pub struct CartesianPointId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for CartesianPointId
impl Clone for CartesianPointId
Source§fn clone(&self) -> CartesianPointId
fn clone(&self) -> CartesianPointId
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 CartesianPointId
Source§impl Debug for CartesianPointId
impl Debug for CartesianPointId
impl Eq for CartesianPointId
Source§impl Hash for CartesianPointId
impl Hash for CartesianPointId
Source§impl PartialEq for CartesianPointId
impl PartialEq for CartesianPointId
Source§fn eq(&self, other: &CartesianPointId) -> bool
fn eq(&self, other: &CartesianPointId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CartesianPointId
Auto Trait Implementations§
impl Freeze for CartesianPointId
impl RefUnwindSafe for CartesianPointId
impl Send for CartesianPointId
impl Sync for CartesianPointId
impl Unpin for CartesianPointId
impl UnsafeUnpin for CartesianPointId
impl UnwindSafe for CartesianPointId
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