#[repr(C)]pub struct LZ4FFrameInfo {
pub block_size_id: BlockSize,
pub block_mode: BlockMode,
pub content_checksum_flag: ContentChecksum,
pub frame_type: FrameType,
pub content_size: c_ulonglong,
pub dict_id: c_uint,
pub block_checksum_flag: BlockChecksum,
}
Fields§
§block_size_id: BlockSize
§block_mode: BlockMode
§content_checksum_flag: ContentChecksum
§frame_type: FrameType
§content_size: c_ulonglong
§dict_id: c_uint
§block_checksum_flag: BlockChecksum
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LZ4FFrameInfo
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