pub struct HeaderAsContent {
pub data_len: u32,
pub data_start: u64,
pub ecc: bool,
pub compressed: bool,
}Fields§
§data_len: u32§data_start: u64§ecc: bool§compressed: boolTrait Implementations§
Source§impl Clone for HeaderAsContent
impl Clone for HeaderAsContent
Source§fn clone(&self) -> HeaderAsContent
fn clone(&self) -> HeaderAsContent
Returns a duplicate 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 HeaderAsContent
impl Debug for HeaderAsContent
Source§impl Ord for HeaderAsContent
impl Ord for HeaderAsContent
Source§fn cmp(&self, other: &HeaderAsContent) -> Ordering
fn cmp(&self, other: &HeaderAsContent) -> 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 HeaderAsContent
impl PartialEq for HeaderAsContent
Source§impl PartialOrd for HeaderAsContent
impl PartialOrd for HeaderAsContent
impl Copy for HeaderAsContent
impl Eq for HeaderAsContent
impl StructuralPartialEq for HeaderAsContent
Auto Trait Implementations§
impl Freeze for HeaderAsContent
impl RefUnwindSafe for HeaderAsContent
impl Send for HeaderAsContent
impl Sync for HeaderAsContent
impl Unpin for HeaderAsContent
impl UnwindSafe for HeaderAsContent
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