#[repr(C)]pub struct V2FileChunks<M: Memory> { /* private fields */ }
Auto Trait Implementations§
impl<M> !Freeze for V2FileChunks<M>
impl<M> !RefUnwindSafe for V2FileChunks<M>
impl<M> !Send for V2FileChunks<M>
impl<M> !Sync for V2FileChunks<M>
impl<M> Unpin for V2FileChunks<M>
impl<M> !UnwindSafe for V2FileChunks<M>
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