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