Struct sqlite_rs::header::MaximumEmbeddedPayloadFraction
source · pub struct MaximumEmbeddedPayloadFraction(/* private fields */);
Expand description
Maximum embedded payload fraction. Must be 64.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MaximumEmbeddedPayloadFraction
impl Send for MaximumEmbeddedPayloadFraction
impl Sync for MaximumEmbeddedPayloadFraction
impl Unpin for MaximumEmbeddedPayloadFraction
impl UnwindSafe for MaximumEmbeddedPayloadFraction
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