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