#[repr(C)]pub struct PLArenaPool {
pub first: PLArena,
pub current: *mut PLArena,
pub arenasize: PRUint32,
pub mask: PRUword,
}
Fields§
§first: PLArena
§current: *mut PLArena
§arenasize: PRUint32
§mask: PRUword
Trait Implementations§
Source§impl Clone for PLArenaPool
impl Clone for PLArenaPool
Source§fn clone(&self) -> PLArenaPool
fn clone(&self) -> PLArenaPool
Returns a copy 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 PLArenaPool
Auto Trait Implementations§
impl Freeze for PLArenaPool
impl RefUnwindSafe for PLArenaPool
impl !Send for PLArenaPool
impl !Sync for PLArenaPool
impl Unpin for PLArenaPool
impl UnwindSafe for PLArenaPool
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