pub struct LinearAllocation { /* private fields */ }Expand description
Allocation information from a LinearAllocator allocation.
Trait Implementations§
Source§impl Allocation for LinearAllocation
impl Allocation for LinearAllocation
Source§impl Clone for LinearAllocation
impl Clone for LinearAllocation
Source§fn clone(&self) -> LinearAllocation
fn clone(&self) -> LinearAllocation
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 LinearAllocation
Source§impl Debug for LinearAllocation
impl Debug for LinearAllocation
impl Eq for LinearAllocation
Source§impl Hash for LinearAllocation
impl Hash for LinearAllocation
Source§impl Ord for LinearAllocation
impl Ord for LinearAllocation
Source§fn cmp(&self, other: &LinearAllocation) -> Ordering
fn cmp(&self, other: &LinearAllocation) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LinearAllocation
impl PartialEq for LinearAllocation
Source§impl PartialOrd for LinearAllocation
impl PartialOrd for LinearAllocation
impl StructuralPartialEq for LinearAllocation
Auto Trait Implementations§
impl Freeze for LinearAllocation
impl RefUnwindSafe for LinearAllocation
impl Send for LinearAllocation
impl Sync for LinearAllocation
impl Unpin for LinearAllocation
impl UnsafeUnpin for LinearAllocation
impl UnwindSafe for LinearAllocation
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