Struct mariadb_sys::_db_stack_frame_
source · #[repr(C)]pub struct _db_stack_frame_ {
pub func: *const c_char,
pub file: *const c_char,
pub level: uint,
pub line: c_int,
pub prev: *mut _db_stack_frame_,
}
Fields§
§func: *const c_char
§file: *const c_char
§level: uint
§line: c_int
§prev: *mut _db_stack_frame_
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for _db_stack_frame_
impl !Send for _db_stack_frame_
impl !Sync for _db_stack_frame_
impl Unpin for _db_stack_frame_
impl UnwindSafe for _db_stack_frame_
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