Struct lz4_sys::LZ4StreamEncode
source · #[repr(C)]pub struct LZ4StreamEncode(_);
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LZ4StreamEncode
impl Send for LZ4StreamEncode
impl Sync for LZ4StreamEncode
impl Unpin for LZ4StreamEncode
impl UnwindSafe for LZ4StreamEncode
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