#[repr(C)]pub struct retro_vfs_dir_handle { /* private fields */ }
Expand description
Opaque directory handle Introduced in VFS API v3
Trait Implementations§
Source§impl Clone for retro_vfs_dir_handle
impl Clone for retro_vfs_dir_handle
Source§fn clone(&self) -> retro_vfs_dir_handle
fn clone(&self) -> retro_vfs_dir_handle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for retro_vfs_dir_handle
impl Debug for retro_vfs_dir_handle
impl Copy for retro_vfs_dir_handle
Auto Trait Implementations§
impl Freeze for retro_vfs_dir_handle
impl RefUnwindSafe for retro_vfs_dir_handle
impl Send for retro_vfs_dir_handle
impl Sync for retro_vfs_dir_handle
impl Unpin for retro_vfs_dir_handle
impl UnwindSafe for retro_vfs_dir_handle
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