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