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