#[repr(C)]pub struct st_mysql_ftparser_boolean_info {
pub type_: Type,
pub yesno: c_int,
pub weight_adjust: c_int,
pub wasign: c_char,
pub trunc: c_char,
pub prev: c_char,
pub quot: *mut c_char,
}
Fields§
§type_: Type
§yesno: c_int
§weight_adjust: c_int
§wasign: c_char
§trunc: c_char
§prev: c_char
§quot: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_ftparser_boolean_info
impl !Send for st_mysql_ftparser_boolean_info
impl !Sync for st_mysql_ftparser_boolean_info
impl Unpin for st_mysql_ftparser_boolean_info
impl UnwindSafe for st_mysql_ftparser_boolean_info
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