#[repr(C)]pub struct JavaVMAttachArgs {
pub version: jint,
pub name: *mut c_char,
pub group: jobject,
}
Fields§
§version: jint
§name: *mut c_char
§group: jobject
Trait Implementations§
Source§impl Clone for JavaVMAttachArgs
impl Clone for JavaVMAttachArgs
Source§impl Debug for JavaVMAttachArgs
impl Debug for JavaVMAttachArgs
impl Copy for JavaVMAttachArgs
Auto Trait Implementations§
impl Freeze for JavaVMAttachArgs
impl RefUnwindSafe for JavaVMAttachArgs
impl !Send for JavaVMAttachArgs
impl !Sync for JavaVMAttachArgs
impl Unpin for JavaVMAttachArgs
impl UnwindSafe for JavaVMAttachArgs
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