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