Struct sqlite_rs::header::ReservedForExpansion
source · pub struct ReservedForExpansion(/* private fields */);
Expand description
Reserved for expansion. Must be zero. (20 Bytes)
Trait Implementations§
source§impl Debug for ReservedForExpansion
impl Debug for ReservedForExpansion
source§impl Default for ReservedForExpansion
impl Default for ReservedForExpansion
source§fn default() -> ReservedForExpansion
fn default() -> ReservedForExpansion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReservedForExpansion
impl Send for ReservedForExpansion
impl Sync for ReservedForExpansion
impl Unpin for ReservedForExpansion
impl UnwindSafe for ReservedForExpansion
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