pub struct GetCardInventoryReport {
pub inventory: CardInventory,
pub effective: GetCardInventoryParams,
pub warnings: Vec<Warning, MAX_WARNINGS>,
}Expand description
get_card_inventory (§5.12a) yields the enumerated object inventory as its
payload — Security Domains, Applications, and ELFs in one CardInventory.
Fields§
§inventory: CardInventory§effective: GetCardInventoryParams§warnings: Vec<Warning, MAX_WARNINGS>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetCardInventoryReport
impl RefUnwindSafe for GetCardInventoryReport
impl Send for GetCardInventoryReport
impl Sync for GetCardInventoryReport
impl Unpin for GetCardInventoryReport
impl UnsafeUnpin for GetCardInventoryReport
impl UnwindSafe for GetCardInventoryReport
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