#[repr(C)]pub struct JVM_DTraceInterfaceAttributes {
pub nameStability: jint,
pub dataStability: jint,
pub dependencyClass: jint,
}
Expand description
Encapsulates the stability ratings for a DTrace provider field
Fields§
§nameStability: jint
§dataStability: jint
§dependencyClass: jint
Trait Implementations§
Source§impl Clone for JVM_DTraceInterfaceAttributes
impl Clone for JVM_DTraceInterfaceAttributes
Source§fn clone(&self) -> JVM_DTraceInterfaceAttributes
fn clone(&self) -> JVM_DTraceInterfaceAttributes
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 moreimpl Copy for JVM_DTraceInterfaceAttributes
Auto Trait Implementations§
impl Freeze for JVM_DTraceInterfaceAttributes
impl RefUnwindSafe for JVM_DTraceInterfaceAttributes
impl Send for JVM_DTraceInterfaceAttributes
impl Sync for JVM_DTraceInterfaceAttributes
impl Unpin for JVM_DTraceInterfaceAttributes
impl UnwindSafe for JVM_DTraceInterfaceAttributes
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