Struct mariadb_sys::vers_history_point_t
source · #[repr(C)]pub struct vers_history_point_t {
pub unit: Type,
pub item: *mut Item,
}
Fields§
§unit: Type
§item: *mut Item
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for vers_history_point_t
impl !Send for vers_history_point_t
impl !Sync for vers_history_point_t
impl Unpin for vers_history_point_t
impl UnwindSafe for vers_history_point_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