#[repr(C)]pub struct retro_vfs_interface_info {
pub required_interface_version: u32,
pub iface: *mut retro_vfs_interface,
}
Fields§
§required_interface_version: u32
§iface: *mut retro_vfs_interface
Trait Implementations§
Source§impl Clone for retro_vfs_interface_info
impl Clone for retro_vfs_interface_info
Source§fn clone(&self) -> retro_vfs_interface_info
fn clone(&self) -> retro_vfs_interface_info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for retro_vfs_interface_info
impl Debug for retro_vfs_interface_info
impl Copy for retro_vfs_interface_info
Auto Trait Implementations§
impl Freeze for retro_vfs_interface_info
impl RefUnwindSafe for retro_vfs_interface_info
impl !Send for retro_vfs_interface_info
impl !Sync for retro_vfs_interface_info
impl Unpin for retro_vfs_interface_info
impl UnwindSafe for retro_vfs_interface_info
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