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