pub struct JConstantPool<'a> {
pub count: u32,
pub bytes: JMemoryAllocate<'a>,
/* private fields */
}
Fields§
§count: u32
§bytes: JMemoryAllocate<'a>
Implementations§
Source§impl<'a> JConstantPool<'a>
impl<'a> JConstantPool<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for JConstantPool<'a>
impl<'a> RefUnwindSafe for JConstantPool<'a>
impl<'a> !Send for JConstantPool<'a>
impl<'a> !Sync for JConstantPool<'a>
impl<'a> Unpin for JConstantPool<'a>
impl<'a> UnwindSafe for JConstantPool<'a>
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