#[repr(C)]pub struct Clay_Arena {
pub nextAllocation: usize,
pub capacity: usize,
pub memory: *mut c_char,
}Fields§
§nextAllocation: usize§capacity: usize§memory: *mut c_charTrait Implementations§
Source§impl Clone for Clay_Arena
impl Clone for Clay_Arena
Source§fn clone(&self) -> Clay_Arena
fn clone(&self) -> Clay_Arena
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 moreSource§impl Debug for Clay_Arena
impl Debug for Clay_Arena
impl Copy for Clay_Arena
Auto Trait Implementations§
impl Freeze for Clay_Arena
impl RefUnwindSafe for Clay_Arena
impl !Send for Clay_Arena
impl !Sync for Clay_Arena
impl Unpin for Clay_Arena
impl UnwindSafe for Clay_Arena
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