Struct lz4_sys::LZ4FPreferences
source · #[repr(C)]pub struct LZ4FPreferences {
pub frame_info: LZ4FFrameInfo,
pub compression_level: c_uint,
pub auto_flush: c_uint,
pub favor_dec_speed: c_uint,
pub reserved: [c_uint; 3],
}
Fields§
§frame_info: LZ4FFrameInfo
§compression_level: c_uint
§auto_flush: c_uint
§favor_dec_speed: c_uint
§reserved: [c_uint; 3]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LZ4FPreferences
impl Send for LZ4FPreferences
impl Sync for LZ4FPreferences
impl Unpin for LZ4FPreferences
impl UnwindSafe for LZ4FPreferences
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