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