pub struct SlntChunk { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
impl Copy for SlntChunk
Auto Trait Implementations§
impl Freeze for SlntChunk
impl RefUnwindSafe for SlntChunk
impl Send for SlntChunk
impl Sync for SlntChunk
impl Unpin for SlntChunk
impl UnwindSafe for SlntChunk
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