#[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§fn clone(&self) -> JavaVMAttachArgs
fn clone(&self) -> JavaVMAttachArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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