Struct slpm_file::header_v0::HeaderV0 [−][src]
pub struct HeaderV0 {
pub version: u16,
pub datatype: u8,
pub name: String,
pub created: u64,
pub edited: u64,
pub file_name: String,
pub buffer_size: u64,
}Fields
version: u16datatype: u8name: Stringcreated: u64edited: u64file_name: Stringbuffer_size: u64Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for HeaderV0
impl UnwindSafe for HeaderV0
Blanket Implementations
Mutably borrows from an owned value. Read more