#[repr(C)]pub struct tm_temp_allocator_1024_o {
pub ta: tm_temp_allocator_i,
pub buffer: [c_char; 1024],
pub backing: *mut tm_allocator_i,
pub first_block: *mut c_void,
}Fields§
§ta: tm_temp_allocator_i§buffer: [c_char; 1024]§backing: *mut tm_allocator_i§first_block: *mut c_voidTrait Implementations§
Source§impl Clone for tm_temp_allocator_1024_o
impl Clone for tm_temp_allocator_1024_o
Source§fn clone(&self) -> tm_temp_allocator_1024_o
fn clone(&self) -> tm_temp_allocator_1024_o
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 moreimpl Copy for tm_temp_allocator_1024_o
Auto Trait Implementations§
impl Freeze for tm_temp_allocator_1024_o
impl RefUnwindSafe for tm_temp_allocator_1024_o
impl !Send for tm_temp_allocator_1024_o
impl !Sync for tm_temp_allocator_1024_o
impl Unpin for tm_temp_allocator_1024_o
impl UnsafeUnpin for tm_temp_allocator_1024_o
impl UnwindSafe for tm_temp_allocator_1024_o
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