Struct mariadb_sys::PSI_mutex
source · #[repr(C)]pub struct PSI_mutex { /* private fields */ }
Expand description
Interface for an instrumented mutex. This is an opaque structure.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PSI_mutex
impl Send for PSI_mutex
impl Sync for PSI_mutex
impl Unpin for PSI_mutex
impl UnwindSafe for PSI_mutex
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