#[repr(u32)]pub enum ZL_DataArenaType {
ZL_DataArenaType_heap = 0,
ZL_DataArenaType_stack = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ZL_DataArenaType
impl Clone for ZL_DataArenaType
Source§fn clone(&self) -> ZL_DataArenaType
fn clone(&self) -> ZL_DataArenaType
Returns a duplicate 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 ZL_DataArenaType
impl Debug for ZL_DataArenaType
Source§impl Hash for ZL_DataArenaType
impl Hash for ZL_DataArenaType
Source§impl PartialEq for ZL_DataArenaType
impl PartialEq for ZL_DataArenaType
impl Copy for ZL_DataArenaType
impl Eq for ZL_DataArenaType
impl StructuralPartialEq for ZL_DataArenaType
Auto Trait Implementations§
impl Freeze for ZL_DataArenaType
impl RefUnwindSafe for ZL_DataArenaType
impl Send for ZL_DataArenaType
impl Sync for ZL_DataArenaType
impl Unpin for ZL_DataArenaType
impl UnwindSafe for ZL_DataArenaType
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