Struct mariadb_sys::ALL_READ_COST
source · #[repr(C)]pub struct ALL_READ_COST {
pub index_cost: IO_AND_CPU_COST,
pub row_cost: IO_AND_CPU_COST,
pub max_index_blocks: longlong,
pub max_row_blocks: longlong,
pub copy_cost: f64,
}
Fields§
§index_cost: IO_AND_CPU_COST
§row_cost: IO_AND_CPU_COST
§max_index_blocks: longlong
§max_row_blocks: longlong
§copy_cost: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ALL_READ_COST
impl Send for ALL_READ_COST
impl Sync for ALL_READ_COST
impl Unpin for ALL_READ_COST
impl UnwindSafe for ALL_READ_COST
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