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