Struct mariadb_sys::st_thr_lock_data
source · #[repr(C)]pub struct st_thr_lock_data {
pub owner: *mut THR_LOCK_INFO,
pub next: *mut st_thr_lock_data,
pub prev: *mut *mut st_thr_lock_data,
pub lock: *mut st_thr_lock,
pub cond: *mut mysql_cond_t,
pub status_param: *mut c_void,
pub debug_print_param: *mut c_void,
pub m_psi: *mut PSI_table,
pub type_: Type,
pub org_type: Type,
pub priority: uint,
}
Fields§
§owner: *mut THR_LOCK_INFO
§next: *mut st_thr_lock_data
§prev: *mut *mut st_thr_lock_data
§lock: *mut st_thr_lock
§cond: *mut mysql_cond_t
§status_param: *mut c_void
§debug_print_param: *mut c_void
§m_psi: *mut PSI_table
§type_: Type
§org_type: Type
§priority: uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_thr_lock_data
impl !Send for st_thr_lock_data
impl !Sync for st_thr_lock_data
impl Unpin for st_thr_lock_data
impl UnwindSafe for st_thr_lock_data
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