pub struct Header {
pub xdb_version: u16,
pub cache_type: u16,
pub generat_time: u32,
pub index_base_address: u32,
pub index_end_address: u32,
}Expand description
Header
Fields§
§xdb_version: u16§cache_type: u16§generat_time: u32§index_base_address: u32§index_end_address: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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