pub struct ObjectArrayBuilder<T> {
pub count: jint,
pub items: *const T,
}
Fields§
§count: jint
§items: *const T
Implementations§
Source§impl<T> ObjectArrayBuilder<T>
impl<T> ObjectArrayBuilder<T>
pub fn new(count: jint, items_ptr: *const T) -> ObjectArrayBuilder<T>
Trait Implementations§
Source§impl<'a> Builder<JAddrLocationMap<'a>> for ObjectArrayBuilder<jvmtiAddrLocationMap>
impl<'a> Builder<JAddrLocationMap<'a>> for ObjectArrayBuilder<jvmtiAddrLocationMap>
fn build(&self) -> Vec<JAddrLocationMap<'a>>
Auto Trait Implementations§
impl<T> Freeze for ObjectArrayBuilder<T>
impl<T> RefUnwindSafe for ObjectArrayBuilder<T>where
T: RefUnwindSafe,
impl<T> !Send for ObjectArrayBuilder<T>
impl<T> !Sync for ObjectArrayBuilder<T>
impl<T> Unpin for ObjectArrayBuilder<T>
impl<T> UnwindSafe for ObjectArrayBuilder<T>where
T: RefUnwindSafe,
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