pub struct AllocOps { /* private fields */ }
Expand description
Internal memory management operation set, normally created by memory managers (e.g. GEM).
Auto Trait Implementations§
impl Freeze for AllocOps
impl RefUnwindSafe for AllocOps
impl Send for AllocOps
impl Sync for AllocOps
impl Unpin for AllocOps
impl UnwindSafe for AllocOps
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