Struct jni::objects::JByteBuffer [−][src]
#[repr(transparent)]pub struct JByteBuffer<'a>(_);
Expand description
Lifetime’d representation of a jobject
that is an instance of the
ByteBuffer Java class. Just a JObject
wrapped in a new class.
Methods from Deref<Target = JObject<'a>>
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for JByteBuffer<'a>
impl<'a> !Send for JByteBuffer<'a>
impl<'a> !Sync for JByteBuffer<'a>
impl<'a> Unpin for JByteBuffer<'a>
impl<'a> UnwindSafe for JByteBuffer<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more