Struct sqlite_rs::header::VersionValidFor
source · pub struct VersionValidFor(/* private fields */);
Expand description
Version-valid-for number (4 Bytes)
The 4-byte big-endian integer at offset 92 is the value of the change counter when the version number was stored. The integer at offset 92 indicates which transaction the version number is valid for and is sometimes called the “version-valid-for number”.
Methods from Deref<Target = u32>§
pub const MIN: u32 = 0u32
pub const MAX: u32 = 4_294_967_295u32
pub const BITS: u32 = 32u32
Trait Implementations§
source§impl Debug for VersionValidFor
impl Debug for VersionValidFor
source§impl Deref for VersionValidFor
impl Deref for VersionValidFor
Auto Trait Implementations§
impl RefUnwindSafe for VersionValidFor
impl Send for VersionValidFor
impl Sync for VersionValidFor
impl Unpin for VersionValidFor
impl UnwindSafe for VersionValidFor
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