Struct lz4_sys::LZ4FCompressOptions
source · #[repr(C)]pub struct LZ4FCompressOptions {
pub stable_src: c_uint,
pub reserved: [c_uint; 3],
}
Fields§
§stable_src: c_uint
§reserved: [c_uint; 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