#[repr(C)]pub struct TempAllocator1024O {
pub buffer: [c_char; 1024],
}Fields§
§buffer: [c_char; 1024]Trait Implementations§
Source§impl Clone for TempAllocator1024O
impl Clone for TempAllocator1024O
Source§fn clone(&self) -> TempAllocator1024O
fn clone(&self) -> TempAllocator1024O
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 Default for TempAllocator1024O
impl Default for TempAllocator1024O
impl Copy for TempAllocator1024O
Auto Trait Implementations§
impl Freeze for TempAllocator1024O
impl RefUnwindSafe for TempAllocator1024O
impl Send for TempAllocator1024O
impl Sync for TempAllocator1024O
impl Unpin for TempAllocator1024O
impl UnwindSafe for TempAllocator1024O
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