pub struct AppletEntry {
pub class_aid: Aid,
pub install_method_offset: u16,
}Expand description
One applet class entry from Applet.cap.
Fields§
§class_aid: Aid§install_method_offset: u16Auto Trait Implementations§
impl Freeze for AppletEntry
impl RefUnwindSafe for AppletEntry
impl Send for AppletEntry
impl Sync for AppletEntry
impl Unpin for AppletEntry
impl UnsafeUnpin for AppletEntry
impl UnwindSafe for AppletEntry
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