#[repr(C)]pub struct cldnn_profiling_interval {
pub name: *const c_char,
pub nanoseconds: u64,
}Fields§
§name: *const c_char§nanoseconds: u64Trait Implementations§
Source§impl Clone for cldnn_profiling_interval
impl Clone for cldnn_profiling_interval
Source§fn clone(&self) -> cldnn_profiling_interval
fn clone(&self) -> cldnn_profiling_interval
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 Debug for cldnn_profiling_interval
impl Debug for cldnn_profiling_interval
impl Copy for cldnn_profiling_interval
Auto Trait Implementations§
impl Freeze for cldnn_profiling_interval
impl RefUnwindSafe for cldnn_profiling_interval
impl !Send for cldnn_profiling_interval
impl !Sync for cldnn_profiling_interval
impl Unpin for cldnn_profiling_interval
impl UnwindSafe for cldnn_profiling_interval
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