pub struct JImage { /* private fields */ }Expand description
Represents a Java Image (JImage) file, which contains resources used by the Java Virtual Machine (JVM).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JImage
impl RefUnwindSafe for JImage
impl Send for JImage
impl Sync for JImage
impl Unpin for JImage
impl UnwindSafe for JImage
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