pub enum TracingResourceRequest {
Get {
responder: TracingResourceGetResponder,
},
}
Expand description
Protocol for providing a ZX_RSRC_KIND_SYSTEM
with base
ZX_RSRC_SYSTEM_TRACING_BASE
.
Variants§
Implementations§
Source§impl TracingResourceRequest
impl TracingResourceRequest
pub fn into_get(self) -> Option<TracingResourceGetResponder>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracingResourceRequest
impl !RefUnwindSafe for TracingResourceRequest
impl Send for TracingResourceRequest
impl Sync for TracingResourceRequest
impl Unpin for TracingResourceRequest
impl !UnwindSafe for TracingResourceRequest
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