pub struct AllocationToken { /* private fields */ }Expand description
A token representing an uncommitted allocation block in the VMO.
Implementations§
Trait Implementations§
Source§impl Debug for AllocationToken
impl Debug for AllocationToken
impl Eq for AllocationToken
Source§impl PartialEq for AllocationToken
impl PartialEq for AllocationToken
Source§fn eq(&self, other: &AllocationToken) -> bool
fn eq(&self, other: &AllocationToken) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AllocationToken
Auto Trait Implementations§
impl Freeze for AllocationToken
impl RefUnwindSafe for AllocationToken
impl Send for AllocationToken
impl Sync for AllocationToken
impl Unpin for AllocationToken
impl UnsafeUnpin for AllocationToken
impl UnwindSafe for AllocationToken
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