pub struct ExecutableLoadFileEntry {
pub aid: Aid,
pub life_cycle_state: u8,
pub associated_sd_aid: Aid,
pub modules: Vec<Aid, MAX_MODULES_PER_ELF>,
}Expand description
Executable Load File registry entry.
Fields§
§aid: Aid§life_cycle_state: u8§associated_sd_aid: Aid§modules: Vec<Aid, MAX_MODULES_PER_ELF>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecutableLoadFileEntry
impl RefUnwindSafe for ExecutableLoadFileEntry
impl Send for ExecutableLoadFileEntry
impl Sync for ExecutableLoadFileEntry
impl Unpin for ExecutableLoadFileEntry
impl UnsafeUnpin for ExecutableLoadFileEntry
impl UnwindSafe for ExecutableLoadFileEntry
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