pub struct AllocationIdentity { /* private fields */ }Expand description
Identity of one allocation made through a binding.
Implementations§
Source§impl AllocationIdentity
impl AllocationIdentity
pub const fn binding(self) -> BindingIdentity
pub const fn generation(self) -> AllocationGeneration
Trait Implementations§
Source§impl Clone for AllocationIdentity
impl Clone for AllocationIdentity
Source§fn clone(&self) -> AllocationIdentity
fn clone(&self) -> AllocationIdentity
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 AllocationIdentity
Source§impl Debug for AllocationIdentity
impl Debug for AllocationIdentity
impl Eq for AllocationIdentity
Source§impl Hash for AllocationIdentity
impl Hash for AllocationIdentity
Source§impl PartialEq for AllocationIdentity
impl PartialEq for AllocationIdentity
impl StructuralPartialEq for AllocationIdentity
Auto Trait Implementations§
impl Freeze for AllocationIdentity
impl RefUnwindSafe for AllocationIdentity
impl Send for AllocationIdentity
impl Sync for AllocationIdentity
impl Unpin for AllocationIdentity
impl UnsafeUnpin for AllocationIdentity
impl UnwindSafe for AllocationIdentity
Blanket Implementations§
impl<T> BindingResource for T
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