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