#[repr(C)]pub struct PLArena {
pub next: *mut PLArena,
pub base: PRUword,
pub limit: PRUword,
pub avail: PRUword,
}
Fields§
§next: *mut PLArena
§base: PRUword
§limit: PRUword
§avail: PRUword
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PLArena
impl RefUnwindSafe for PLArena
impl !Send for PLArena
impl !Sync for PLArena
impl Unpin for PLArena
impl UnwindSafe for PLArena
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