Struct mariadb_sys::st_ft_info
source · #[repr(C)]pub struct st_ft_info {
pub please: *mut _ft_vft,
}
Fields§
§please: *mut _ft_vft
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_ft_info
impl !Send for st_ft_info
impl !Sync for st_ft_info
impl Unpin for st_ft_info
impl UnwindSafe for st_ft_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