#[repr(C, align(4))]pub struct jmmOptionalSupport {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>,
}
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>
Implementations§
Source§impl jmmOptionalSupport
impl jmmOptionalSupport
pub fn isLowMemoryDetectionSupported(&self) -> c_uint
pub fn set_isLowMemoryDetectionSupported(&mut self, val: c_uint)
pub fn isCompilationTimeMonitoringSupported(&self) -> c_uint
pub fn set_isCompilationTimeMonitoringSupported(&mut self, val: c_uint)
pub fn isThreadContentionMonitoringSupported(&self) -> c_uint
pub fn set_isThreadContentionMonitoringSupported(&mut self, val: c_uint)
pub fn isCurrentThreadCpuTimeSupported(&self) -> c_uint
pub fn set_isCurrentThreadCpuTimeSupported(&mut self, val: c_uint)
pub fn isOtherThreadCpuTimeSupported(&self) -> c_uint
pub fn set_isOtherThreadCpuTimeSupported(&mut self, val: c_uint)
pub fn isObjectMonitorUsageSupported(&self) -> c_uint
pub fn set_isObjectMonitorUsageSupported(&mut self, val: c_uint)
pub fn isSynchronizerUsageSupported(&self) -> c_uint
pub fn set_isSynchronizerUsageSupported(&mut self, val: c_uint)
pub fn isThreadAllocatedMemorySupported(&self) -> c_uint
pub fn set_isThreadAllocatedMemorySupported(&mut self, val: c_uint)
pub fn isRemoteDiagnosticCommandsSupported(&self) -> c_uint
pub fn set_isRemoteDiagnosticCommandsSupported(&mut self, val: c_uint)
pub fn new_bitfield_1( isLowMemoryDetectionSupported: c_uint, isCompilationTimeMonitoringSupported: c_uint, isThreadContentionMonitoringSupported: c_uint, isCurrentThreadCpuTimeSupported: c_uint, isOtherThreadCpuTimeSupported: c_uint, isObjectMonitorUsageSupported: c_uint, isSynchronizerUsageSupported: c_uint, isThreadAllocatedMemorySupported: c_uint, isRemoteDiagnosticCommandsSupported: c_uint, ) -> __BindgenBitfieldUnit<[u8; 4], u8>
Trait Implementations§
Source§impl Clone for jmmOptionalSupport
impl Clone for jmmOptionalSupport
Source§fn clone(&self) -> jmmOptionalSupport
fn clone(&self) -> jmmOptionalSupport
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 jmmOptionalSupport
impl Debug for jmmOptionalSupport
impl Copy for jmmOptionalSupport
Auto Trait Implementations§
impl Freeze for jmmOptionalSupport
impl RefUnwindSafe for jmmOptionalSupport
impl Send for jmmOptionalSupport
impl Sync for jmmOptionalSupport
impl Unpin for jmmOptionalSupport
impl UnwindSafe for jmmOptionalSupport
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