Struct frame_allocator::SplitFrames
source · pub struct SplitFrames<const S: MemoryState, P: PageSize> { /* private fields */ }
Expand description
The result of splitting a Frames
object into multiple smaller Frames
objects.
Auto Trait Implementations§
impl<const S: MemoryState, P> RefUnwindSafe for SplitFrames<S, P>where P: RefUnwindSafe,
impl<const S: MemoryState, P> Send for SplitFrames<S, P>where P: Send,
impl<const S: MemoryState, P> Sync for SplitFrames<S, P>where P: Sync,
impl<const S: MemoryState, P> Unpin for SplitFrames<S, P>where P: Unpin,
impl<const S: MemoryState, P> UnwindSafe for SplitFrames<S, P>where P: UnwindSafe,
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