Struct lz4_sys::LZ4FFrameInfo
source · #[repr(C)]pub struct LZ4FFrameInfo {
pub block_size_id: BlockSize,
pub block_mode: BlockMode,
pub content_checksum_flag: ContentChecksum,
pub reserved: [c_uint; 5],
}
Fields§
§block_size_id: BlockSize
§block_mode: BlockMode
§content_checksum_flag: ContentChecksum
§reserved: [c_uint; 5]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LZ4FFrameInfo
impl Send for LZ4FFrameInfo
impl Sync for LZ4FFrameInfo
impl Unpin for LZ4FFrameInfo
impl UnwindSafe for LZ4FFrameInfo
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