#[repr(C)]pub union esp_vfs_dir_ops_t__bindgen_ty_11 {
pub mkdir_p: Option<unsafe extern "C" fn(*mut c_void, *const u8, u32) -> i32>,
pub mkdir: Option<unsafe extern "C" fn(*const u8, u32) -> i32>,
}Fields§
§mkdir_p: Option<unsafe extern "C" fn(*mut c_void, *const u8, u32) -> i32>< mkdir with context pointer
mkdir: Option<unsafe extern "C" fn(*const u8, u32) -> i32>< mkdir without context pointer
Trait Implementations§
Source§impl Clone for esp_vfs_dir_ops_t__bindgen_ty_11
impl Clone for esp_vfs_dir_ops_t__bindgen_ty_11
Source§fn clone(&self) -> esp_vfs_dir_ops_t__bindgen_ty_11
fn clone(&self) -> esp_vfs_dir_ops_t__bindgen_ty_11
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for esp_vfs_dir_ops_t__bindgen_ty_11
impl Default for esp_vfs_dir_ops_t__bindgen_ty_11
Source§fn default() -> esp_vfs_dir_ops_t__bindgen_ty_11
fn default() -> esp_vfs_dir_ops_t__bindgen_ty_11
Returns the “default value” for a type. Read more
impl Copy for esp_vfs_dir_ops_t__bindgen_ty_11
Auto Trait Implementations§
impl Freeze for esp_vfs_dir_ops_t__bindgen_ty_11
impl RefUnwindSafe for esp_vfs_dir_ops_t__bindgen_ty_11
impl Send for esp_vfs_dir_ops_t__bindgen_ty_11
impl Sync for esp_vfs_dir_ops_t__bindgen_ty_11
impl Unpin for esp_vfs_dir_ops_t__bindgen_ty_11
impl UnsafeUnpin for esp_vfs_dir_ops_t__bindgen_ty_11
impl UnwindSafe for esp_vfs_dir_ops_t__bindgen_ty_11
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)