pub struct ProfilerViewO { /* private fields */ }Trait Implementations§
Source§impl Clone for ProfilerViewO
impl Clone for ProfilerViewO
Source§fn clone(&self) -> ProfilerViewO
fn clone(&self) -> ProfilerViewO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProfilerViewO
Auto Trait Implementations§
impl Freeze for ProfilerViewO
impl RefUnwindSafe for ProfilerViewO
impl Send for ProfilerViewO
impl Sync for ProfilerViewO
impl Unpin for ProfilerViewO
impl UnsafeUnpin for ProfilerViewO
impl UnwindSafe for ProfilerViewO
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