#[repr(C)]pub struct SubsystemRomInfo {
pub desc: *const c_char,
pub valid_extensions: *const c_char,
pub need_fullpath: bool,
pub block_extract: bool,
pub required: bool,
pub memory: *const SubsystemMemoryInfo,
pub num_memory: c_uint,
}Fields§
§desc: *const c_char§valid_extensions: *const c_char§need_fullpath: bool§block_extract: bool§required: bool§memory: *const SubsystemMemoryInfo§num_memory: c_uintTrait Implementations§
source§impl Clone for SubsystemRomInfo
impl Clone for SubsystemRomInfo
source§fn clone(&self) -> SubsystemRomInfo
fn clone(&self) -> SubsystemRomInfo
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 more