Struct mysqlclient_sys::st_list
source · #[repr(C)]pub struct st_list {
pub prev: *mut st_list,
pub next: *mut st_list,
pub data: *mut c_void,
}
Fields§
§prev: *mut st_list
§next: *mut st_list
§data: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for st_list
impl RefUnwindSafe for st_list
impl !Send for st_list
impl !Sync for st_list
impl Unpin for st_list
impl UnwindSafe for st_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)