pub struct VfsInterfaceInfo {
pub(crate) supported_version: u32,
pub(crate) interface: Option<retro_vfs_interface>,
}
Fields§
§supported_version: u32
§interface: Option<retro_vfs_interface>
Trait Implementations§
Source§impl Debug for VfsInterfaceInfo
impl Debug for VfsInterfaceInfo
Source§impl Default for VfsInterfaceInfo
impl Default for VfsInterfaceInfo
Source§fn default() -> VfsInterfaceInfo
fn default() -> VfsInterfaceInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VfsInterfaceInfo
impl RefUnwindSafe for VfsInterfaceInfo
impl Send for VfsInterfaceInfo
impl Sync for VfsInterfaceInfo
impl Unpin for VfsInterfaceInfo
impl UnwindSafe for VfsInterfaceInfo
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