pub struct CapComponents {
pub jc_platform_version: (u8, u8, u8),
pub imports: Vec<Aid, MAX_CAP_IMPORTS>,
pub applets: Vec<AppletEntry, MAX_CAP_APPLETS>,
}Expand description
Extracted CAP components relevant to loading/installing.
Fields§
§jc_platform_version: (u8, u8, u8)§imports: Vec<Aid, MAX_CAP_IMPORTS>§applets: Vec<AppletEntry, MAX_CAP_APPLETS>Auto Trait Implementations§
impl Freeze for CapComponents
impl RefUnwindSafe for CapComponents
impl Send for CapComponents
impl Sync for CapComponents
impl Unpin for CapComponents
impl UnsafeUnpin for CapComponents
impl UnwindSafe for CapComponents
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