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