pub struct EntryHeader { /* private fields */ }Expand description
Represents the entry information header that is expressed in the FHED chunk.
Implementations§
Source§impl EntryHeader
impl EntryHeader
Sourcepub const fn compression(&self) -> Compression
pub const fn compression(&self) -> Compression
Compression method of the entry.
Sourcepub const fn encryption(&self) -> Encryption
pub const fn encryption(&self) -> Encryption
Encryption method of the entry.
Sourcepub const fn cipher_mode(&self) -> CipherMode
pub const fn cipher_mode(&self) -> CipherMode
Cipher mode of the entry’s encryption method.
Trait Implementations§
Source§impl Clone for EntryHeader
impl Clone for EntryHeader
Source§fn clone(&self) -> EntryHeader
fn clone(&self) -> EntryHeader
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EntryHeader
impl Debug for EntryHeader
Source§impl Hash for EntryHeader
impl Hash for EntryHeader
Source§impl Ord for EntryHeader
impl Ord for EntryHeader
Source§fn cmp(&self, other: &EntryHeader) -> Ordering
fn cmp(&self, other: &EntryHeader) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EntryHeader
impl PartialEq for EntryHeader
Source§impl PartialOrd for EntryHeader
impl PartialOrd for EntryHeader
Source§impl TryFrom<&[u8]> for EntryHeader
impl TryFrom<&[u8]> for EntryHeader
impl Eq for EntryHeader
impl StructuralPartialEq for EntryHeader
Auto Trait Implementations§
impl Freeze for EntryHeader
impl RefUnwindSafe for EntryHeader
impl Send for EntryHeader
impl Sync for EntryHeader
impl Unpin for EntryHeader
impl UnwindSafe for EntryHeader
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