pub struct DsdChunk {
pub chunk: Chunk,
}Fields§
§chunk: ChunkTrait Implementations§
Auto Trait Implementations§
impl Freeze for DsdChunk
impl RefUnwindSafe for DsdChunk
impl Send for DsdChunk
impl Sync for DsdChunk
impl Unpin for DsdChunk
impl UnwindSafe for DsdChunk
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