pub struct PhyTraceEventHandle { /* private fields */ }Expand description
Opaque handle to a built UDM event.
Auto Trait Implementations§
impl Freeze for PhyTraceEventHandle
impl RefUnwindSafe for PhyTraceEventHandle
impl Send for PhyTraceEventHandle
impl Sync for PhyTraceEventHandle
impl Unpin for PhyTraceEventHandle
impl UnwindSafe for PhyTraceEventHandle
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