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