#[repr(C)]pub struct JDK1_1InitArgs {Show 18 fields
pub version: jint,
pub properties: *mut *mut c_char,
pub checkSource: jint,
pub nativeStackSize: jint,
pub javaStackSize: jint,
pub minHeapSize: jint,
pub maxHeapSize: jint,
pub verifyMode: jint,
pub classpath: *mut c_char,
pub vfprintf: Option<unsafe extern "C" fn(fp: *mut FILE, format: *const c_char, args: *mut __va_list_tag) -> jint>,
pub exit: Option<unsafe extern "C" fn(code: jint)>,
pub abort: Option<unsafe extern "C" fn()>,
pub enableClassGC: jint,
pub enableVerboseGC: jint,
pub disableAsyncGC: jint,
pub verbose: jint,
pub debugging: jboolean,
pub debugPort: jint,
}Fields§
§version: jint§properties: *mut *mut c_char§checkSource: jint§nativeStackSize: jint§javaStackSize: jint§minHeapSize: jint§maxHeapSize: jint§verifyMode: jint§classpath: *mut c_char§vfprintf: Option<unsafe extern "C" fn(fp: *mut FILE, format: *const c_char, args: *mut __va_list_tag) -> jint>§exit: Option<unsafe extern "C" fn(code: jint)>§abort: Option<unsafe extern "C" fn()>§enableClassGC: jint§enableVerboseGC: jint§disableAsyncGC: jint§verbose: jint§debugging: jboolean§debugPort: jintTrait Implementations§
Source§impl Clone for JDK1_1InitArgs
impl Clone for JDK1_1InitArgs
Source§fn clone(&self) -> JDK1_1InitArgs
fn clone(&self) -> JDK1_1InitArgs
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 JDK1_1InitArgs
impl Debug for JDK1_1InitArgs
impl Copy for JDK1_1InitArgs
Auto Trait Implementations§
impl Freeze for JDK1_1InitArgs
impl RefUnwindSafe for JDK1_1InitArgs
impl !Send for JDK1_1InitArgs
impl !Sync for JDK1_1InitArgs
impl Unpin for JDK1_1InitArgs
impl UnwindSafe for JDK1_1InitArgs
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