#[repr(C)]pub struct TempAllocatorStatisticsT {
pub temp_allocation_blocks: u64,
pub temp_allocation_bytes: u64,
pub frame_allocation_blocks: u64,
pub frame_allocation_bytes: u64,
}Fields§
§temp_allocation_blocks: u64§temp_allocation_bytes: u64§frame_allocation_blocks: u64§frame_allocation_bytes: u64Trait Implementations§
Source§impl Clone for TempAllocatorStatisticsT
impl Clone for TempAllocatorStatisticsT
Source§fn clone(&self) -> TempAllocatorStatisticsT
fn clone(&self) -> TempAllocatorStatisticsT
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 TempAllocatorStatisticsT
impl Default for TempAllocatorStatisticsT
Source§fn default() -> TempAllocatorStatisticsT
fn default() -> TempAllocatorStatisticsT
Returns the “default value” for a type. Read more
impl Copy for TempAllocatorStatisticsT
Auto Trait Implementations§
impl Freeze for TempAllocatorStatisticsT
impl RefUnwindSafe for TempAllocatorStatisticsT
impl Send for TempAllocatorStatisticsT
impl Sync for TempAllocatorStatisticsT
impl Unpin for TempAllocatorStatisticsT
impl UnwindSafe for TempAllocatorStatisticsT
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