#[repr(C)]pub struct ProfilerBufferT {
pub total_recorded: u64,
pub start: [u64; 2],
pub events: [*const ProfilerEventT; 2],
pub count: [u32; 2],
}Fields§
§total_recorded: u64§start: [u64; 2]§events: [*const ProfilerEventT; 2]§count: [u32; 2]Trait Implementations§
Source§impl Clone for ProfilerBufferT
impl Clone for ProfilerBufferT
Source§fn clone(&self) -> ProfilerBufferT
fn clone(&self) -> ProfilerBufferT
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 ProfilerBufferT
impl Default for ProfilerBufferT
impl Copy for ProfilerBufferT
Auto Trait Implementations§
impl Freeze for ProfilerBufferT
impl RefUnwindSafe for ProfilerBufferT
impl !Send for ProfilerBufferT
impl !Sync for ProfilerBufferT
impl Unpin for ProfilerBufferT
impl UnwindSafe for ProfilerBufferT
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