#[repr(C)]pub struct LZ4FDecompressOptions {
pub stable_dst: c_uint,
pub reserved: [c_uint; 3],
}
Fields§
§stable_dst: c_uint
§reserved: [c_uint; 3]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LZ4FDecompressOptions
impl RefUnwindSafe for LZ4FDecompressOptions
impl Send for LZ4FDecompressOptions
impl Sync for LZ4FDecompressOptions
impl Unpin for LZ4FDecompressOptions
impl UnwindSafe for LZ4FDecompressOptions
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