Struct lz4::liblz4::LZ4FCompressOptions
source · #[repr(C)]pub struct LZ4FCompressOptions {
pub stable_src: u32,
pub reserved: [u32; 3],
}
Fields§
§stable_src: u32
§reserved: [u32; 3]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LZ4FCompressOptions
impl Send for LZ4FCompressOptions
impl Sync for LZ4FCompressOptions
impl Unpin for LZ4FCompressOptions
impl UnwindSafe for LZ4FCompressOptions
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