pub struct GetCardInventoryParams {
pub isd_aid: Aid,
pub security_domain_count: usize,
pub application_count: usize,
pub elf_count: usize,
pub truncated: bool,
}Expand description
Effective parameters of a get_card_inventory run (§5.12a). The counts are
the retained totals (after any capacity truncation); truncated is set
when a CardInventory bound or the per-scope page cap was hit, mirroring
the WarningKind::InventoryTruncated on the report.
Fields§
§isd_aid: Aid§security_domain_count: usize§application_count: usize§elf_count: usize§truncated: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for GetCardInventoryParams
impl RefUnwindSafe for GetCardInventoryParams
impl Send for GetCardInventoryParams
impl Sync for GetCardInventoryParams
impl Unpin for GetCardInventoryParams
impl UnsafeUnpin for GetCardInventoryParams
impl UnwindSafe for GetCardInventoryParams
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