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