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