Struct mariadb_sys::PSI_stage_info_v1
source · #[repr(C)]pub struct PSI_stage_info_v1 {
pub m_key: PSI_stage_key,
pub m_name: *const c_char,
pub m_flags: c_int,
}
Expand description
Stage instrument information. @since PSI_VERSION_1 This structure is used to register an instrumented stage.
Fields§
§m_key: PSI_stage_key
The registered stage key.
m_name: *const c_char
The name of the stage instrument to register.
m_flags: c_int
The flags of the stage instrument to register.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PSI_stage_info_v1
impl !Send for PSI_stage_info_v1
impl !Sync for PSI_stage_info_v1
impl Unpin for PSI_stage_info_v1
impl UnwindSafe for PSI_stage_info_v1
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