pub struct InstallAppletArgs<'a> {
pub parent_sd_aid: &'a [u8],
pub package_aid: &'a [u8],
pub module_aid: &'a [u8],
pub instance_aid: &'a [u8],
pub privileges: [u8; 3],
pub system_install_params: &'a [u8],
pub applet_install_params: &'a [u8],
}Expand description
Inputs to install_applet.
Fields§
§parent_sd_aid: &'a [u8]§package_aid: &'a [u8]§module_aid: &'a [u8]§instance_aid: &'a [u8]§privileges: [u8; 3]§system_install_params: &'a [u8]§applet_install_params: &'a [u8]Auto Trait Implementations§
impl<'a> Freeze for InstallAppletArgs<'a>
impl<'a> RefUnwindSafe for InstallAppletArgs<'a>
impl<'a> Send for InstallAppletArgs<'a>
impl<'a> Sync for InstallAppletArgs<'a>
impl<'a> Unpin for InstallAppletArgs<'a>
impl<'a> UnsafeUnpin for InstallAppletArgs<'a>
impl<'a> UnwindSafe for InstallAppletArgs<'a>
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