#[repr(C)]pub struct SubsystemInfo {
pub desc: *const c_char,
pub ident: *const c_char,
pub roms: *const SubsystemRomInfo,
pub num_roms: c_uint,
pub id: c_uint,
}
Fields§
§desc: *const c_char
§ident: *const c_char
§roms: *const SubsystemRomInfo
§num_roms: c_uint
§id: c_uint
Trait Implementations§
Source§impl Clone for SubsystemInfo
impl Clone for SubsystemInfo
Source§fn clone(&self) -> SubsystemInfo
fn clone(&self) -> SubsystemInfo
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for SubsystemInfo
impl RefUnwindSafe for SubsystemInfo
impl !Send for SubsystemInfo
impl !Sync for SubsystemInfo
impl Unpin for SubsystemInfo
impl UnwindSafe for SubsystemInfo
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