Struct mariadb_sys::st_page_range
source · #[repr(C)]pub struct st_page_range {
pub first_page: ulonglong,
pub last_page: ulonglong,
}
Fields§
§first_page: ulonglong
§last_page: ulonglong
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_page_range
impl Send for st_page_range
impl Sync for st_page_range
impl Unpin for st_page_range
impl UnwindSafe for st_page_range
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