pub struct DDict<'a>(pub(crate) NonNull<ZSTD_DDict_s>, pub(crate) PhantomData<&'a ()>);
Expand description
A digested decompression dictionary.
Tuple Fields§
§0: NonNull<ZSTD_DDict_s>
§1: PhantomData<&'a ()>
Implementations§
Trait Implementations§
impl<'a> Send for DDict<'a>
impl<'a> Sync for DDict<'a>
Auto Trait Implementations§
impl<'a> Freeze for DDict<'a>
impl<'a> RefUnwindSafe for DDict<'a>
impl<'a> Unpin for DDict<'a>
impl<'a> UnwindSafe for DDict<'a>
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