#[repr(C)]pub struct LZ4StreamDecode(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LZ4StreamDecode
impl RefUnwindSafe for LZ4StreamDecode
impl Send for LZ4StreamDecode
impl Sync for LZ4StreamDecode
impl Unpin for LZ4StreamDecode
impl UnwindSafe for LZ4StreamDecode
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