pub struct TracingResource { /* private fields */ }
Expand description
An implementation of fuchsia.kernel.TracingResource protocol.
Implementations§
Auto Trait Implementations§
impl Freeze for TracingResource
impl RefUnwindSafe for TracingResource
impl Send for TracingResource
impl Sync for TracingResource
impl Unpin for TracingResource
impl UnwindSafe for TracingResource
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