Struct mariadb_sys::Discrete_interval
source · #[repr(C)]pub struct Discrete_interval {
pub interval_min: ulonglong,
pub interval_values: ulonglong,
pub interval_max: ulonglong,
pub next: *mut Discrete_interval,
}
Fields§
§interval_min: ulonglong
§interval_values: ulonglong
§interval_max: ulonglong
§next: *mut Discrete_interval
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Discrete_interval
impl !Send for Discrete_interval
impl !Sync for Discrete_interval
impl Unpin for Discrete_interval
impl UnwindSafe for Discrete_interval
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