#[repr(C)]pub struct jvalue {
pub z: bool,
pub b: i8,
pub c: u16,
pub s: i16,
pub i: i32,
pub j: i64,
pub f: f32,
pub d: f64,
pub l: IntPtr,
}Expand description
Fields§
§z: bool§b: i8§c: u16§s: i16§i: i32§j: i64§f: f32§d: f64§l: IntPtrTrait Implementations§
Auto Trait Implementations§
impl Freeze for jvalue
impl RefUnwindSafe for jvalue
impl Send for jvalue
impl Sync for jvalue
impl Unpin for jvalue
impl UnwindSafe for jvalue
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)