#[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_uint
Trait 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 moreAuto Trait Implementations§
impl Freeze for SubsystemRomInfo
impl RefUnwindSafe for SubsystemRomInfo
impl !Send for SubsystemRomInfo
impl !Sync for SubsystemRomInfo
impl Unpin for SubsystemRomInfo
impl UnwindSafe for SubsystemRomInfo
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