Struct mariadb_sys::st_lock_list
source · #[repr(C)]pub struct st_lock_list {
pub data: *mut THR_LOCK_DATA,
pub last: *mut *mut THR_LOCK_DATA,
}
Fields§
§data: *mut THR_LOCK_DATA
§last: *mut *mut THR_LOCK_DATA
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_lock_list
impl !Send for st_lock_list
impl !Sync for st_lock_list
impl Unpin for st_lock_list
impl UnwindSafe for st_lock_list
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