Struct rust_libretro::types::unstable::VfsInterfaceInfo
source · [−]pub struct VfsInterfaceInfo {
pub(crate) supported_version: u32,
pub(crate) interface: Option<retro_vfs_interface>,
}Fields
supported_version: u32interface: Option<retro_vfs_interface>Trait Implementations
sourceimpl Debug for VfsInterfaceInfo
impl Debug for VfsInterfaceInfo
sourceimpl Default for VfsInterfaceInfo
impl Default for VfsInterfaceInfo
sourcefn default() -> VfsInterfaceInfo
fn default() -> VfsInterfaceInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VfsInterfaceInfo
impl Send for VfsInterfaceInfo
impl Sync for VfsInterfaceInfo
impl Unpin for VfsInterfaceInfo
impl UnwindSafe for VfsInterfaceInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
