pub struct LinearBlock<B: Backend> { /* private fields */ }
Expand description
Memory block allocated from LinearAllocator
.
Implementations§
Trait Implementations§
Source§impl<B: Backend> Block<B> for LinearBlock<B>
impl<B: Backend> Block<B> for LinearBlock<B>
Source§fn properties(&self) -> Properties
fn properties(&self) -> Properties
Get memory properties of the block.
impl<B: Backend> Send for LinearBlock<B>
impl<B: Backend> Sync for LinearBlock<B>
Auto Trait Implementations§
impl<B> Freeze for LinearBlock<B>
impl<B> RefUnwindSafe for LinearBlock<B>
impl<B> Unpin for LinearBlock<B>
impl<B> UnwindSafe for LinearBlock<B>
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