Struct lz4_sys::LZ4StreamDecode
source · #[repr(C)]pub struct LZ4StreamDecode(_);
Trait Implementations§
Auto Trait Implementations§
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