#[repr(C)]pub struct MCVItem {
pub frequency: f64,
pub base_frequency: f64,
pub isnull: *mut bool,
pub values: *mut Datum,
}Fields§
§frequency: f64§base_frequency: f64§isnull: *mut bool§values: *mut DatumTrait Implementations§
Auto Trait Implementations§
impl !Send for MCVItem
impl !Sync for MCVItem
impl Freeze for MCVItem
impl RefUnwindSafe for MCVItem
impl Unpin for MCVItem
impl UnsafeUnpin for MCVItem
impl UnwindSafe for MCVItem
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