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