pub struct BitmapAllocRegion { /* private fields */ }
Expand description
A handle type to a region allocated in a BitmapAlloc
.
BitmapAllocRegion
returned by a BitmapAlloc
only can be used with the
same BitmapAlloc
.
Trait Implementations§
Source§impl Debug for BitmapAllocRegion
impl Debug for BitmapAllocRegion
Source§impl Hash for BitmapAllocRegion
impl Hash for BitmapAllocRegion
Source§impl PartialEq for BitmapAllocRegion
impl PartialEq for BitmapAllocRegion
impl Eq for BitmapAllocRegion
impl StructuralPartialEq for BitmapAllocRegion
Auto Trait Implementations§
impl Freeze for BitmapAllocRegion
impl RefUnwindSafe for BitmapAllocRegion
impl Send for BitmapAllocRegion
impl Sync for BitmapAllocRegion
impl Unpin for BitmapAllocRegion
impl UnwindSafe for BitmapAllocRegion
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