Struct mariadb_sys::File_parser
source · #[repr(C)]pub struct File_parser {
pub start: *mut c_char,
pub end: *mut c_char,
pub file_type: LEX_CSTRING,
pub content_ok: bool,
}
Fields§
§start: *mut c_char
§end: *mut c_char
§file_type: LEX_CSTRING
§content_ok: bool
Implementations§
source§impl File_parser
impl File_parser
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for File_parser
impl !Send for File_parser
impl !Sync for File_parser
impl Unpin for File_parser
impl UnwindSafe for File_parser
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