Struct mariadb_sys::st_thr_lock_info
source · #[repr(C)]pub struct st_thr_lock_info {
pub thread: pthread_t,
pub thread_id: my_thread_id,
pub mysql_thd: *mut c_void,
}
Fields§
§thread: pthread_t
§thread_id: my_thread_id
§mysql_thd: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_thr_lock_info
impl !Send for st_thr_lock_info
impl !Sync for st_thr_lock_info
impl Unpin for st_thr_lock_info
impl UnwindSafe for st_thr_lock_info
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