Struct mariadb_sys::MY_STRCOPY_STATUS
source · #[repr(C)]pub struct MY_STRCOPY_STATUS {
pub m_source_end_pos: *const c_char,
pub m_well_formed_error_pos: *const c_char,
}
Fields§
§m_source_end_pos: *const c_char
§m_well_formed_error_pos: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MY_STRCOPY_STATUS
impl !Send for MY_STRCOPY_STATUS
impl !Sync for MY_STRCOPY_STATUS
impl Unpin for MY_STRCOPY_STATUS
impl UnwindSafe for MY_STRCOPY_STATUS
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