Struct mariadb_sys::st_mysql_prlock
source · #[repr(C)]pub struct st_mysql_prlock {
pub m_prlock: rw_pr_lock_t,
pub m_psi: *mut PSI_rwlock,
}
Expand description
An instrumented prlock structure. @sa mysql_prlock_t
Fields§
§m_prlock: rw_pr_lock_t
The real prlock
m_psi: *mut PSI_rwlock
The instrumentation hook. Note that this hook is not conditionally defined, for binary compatibility of the @c mysql_rwlock_t interface.
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_prlock
impl !Send for st_mysql_prlock
impl !Sync for st_mysql_prlock
impl Unpin for st_mysql_prlock
impl UnwindSafe for st_mysql_prlock
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