Struct esp_idf_sys::DIR
source · #[repr(C)]pub struct DIR {
pub dd_vfs_idx: u16,
pub dd_rsv: u16,
}
Expand description
@brief Opaque directory structure
Fields§
§dd_vfs_idx: u16
< VFS index, not to be used by applications
dd_rsv: u16
< field reserved for future extension
Trait Implementations§
impl Copy for DIR
Auto Trait Implementations§
impl RefUnwindSafe for DIR
impl Send for DIR
impl Sync for DIR
impl Unpin for DIR
impl UnwindSafe for DIR
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