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