Struct asuran::repository::backend::common::segment::Header [−][src]
pub struct Header { /* fields omitted */ }
Expand description
Representation of the header at the start of each file
Designed to be bincoded directly into a spec compliant format with big endian set
Implementations
Creates a new segment header with correct values for this version of libasuran
Checks if a header is valid for this version of libasuran
Currently only checks the header
Reconstructs the version string
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Header
impl UnwindSafe for Header
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more