Struct ruzstd::frame::FrameDescriptor
source · pub struct FrameDescriptor(/* private fields */);
Implementations§
source§impl FrameDescriptor
impl FrameDescriptor
pub fn frame_content_size_flag(&self) -> u8
pub fn reserved_flag(&self) -> bool
pub fn single_segment_flag(&self) -> bool
pub fn content_checksum_flag(&self) -> bool
pub fn dict_id_flag(&self) -> u8
pub fn frame_content_size_bytes(&self) -> Result<u8, FrameDescriptorError>
pub fn dictionary_id_bytes(&self) -> Result<u8, FrameDescriptorError>
Auto Trait Implementations§
impl RefUnwindSafe for FrameDescriptor
impl Send for FrameDescriptor
impl Sync for FrameDescriptor
impl Unpin for FrameDescriptor
impl UnwindSafe for FrameDescriptor
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