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