#[repr(C)]pub struct RendererMemoryStatisticsAllocatorT {
pub name: *const c_char,
pub num_blocks: u32,
pub _padding_39: [c_char; 4],
pub block_size: [u64; 256],
}Fields§
§name: *const c_char§num_blocks: u32§_padding_39: [c_char; 4]§block_size: [u64; 256]Trait Implementations§
Source§impl Clone for RendererMemoryStatisticsAllocatorT
impl Clone for RendererMemoryStatisticsAllocatorT
Source§fn clone(&self) -> RendererMemoryStatisticsAllocatorT
fn clone(&self) -> RendererMemoryStatisticsAllocatorT
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 RendererMemoryStatisticsAllocatorT
Auto Trait Implementations§
impl Freeze for RendererMemoryStatisticsAllocatorT
impl RefUnwindSafe for RendererMemoryStatisticsAllocatorT
impl !Send for RendererMemoryStatisticsAllocatorT
impl !Sync for RendererMemoryStatisticsAllocatorT
impl Unpin for RendererMemoryStatisticsAllocatorT
impl UnwindSafe for RendererMemoryStatisticsAllocatorT
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