#[repr(C)]pub struct RendererMemoryStatisticsAllocationT {
pub tag: *const c_char,
pub offset: u64,
pub requested_size: u64,
pub aligned_size: u64,
pub allocated_size: u64,
}
Fields§
§tag: *const c_char
§offset: u64
§requested_size: u64
§aligned_size: u64
§allocated_size: u64
Trait Implementations§
Source§impl Clone for RendererMemoryStatisticsAllocationT
impl Clone for RendererMemoryStatisticsAllocationT
Source§fn clone(&self) -> RendererMemoryStatisticsAllocationT
fn clone(&self) -> RendererMemoryStatisticsAllocationT
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 RendererMemoryStatisticsAllocationT
Auto Trait Implementations§
impl Freeze for RendererMemoryStatisticsAllocationT
impl RefUnwindSafe for RendererMemoryStatisticsAllocationT
impl !Send for RendererMemoryStatisticsAllocationT
impl !Sync for RendererMemoryStatisticsAllocationT
impl Unpin for RendererMemoryStatisticsAllocationT
impl UnwindSafe for RendererMemoryStatisticsAllocationT
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