pub enum UsageReporterRequest {
Watch {
usage: Usage,
usage_watcher: ClientEnd<UsageWatcherMarker>,
control_handle: UsageReporterControlHandle,
},
}
Expand description
A protocol for setting up watchers of audio usages.
Variants§
Watch
Implementations§
Source§impl UsageReporterRequest
impl UsageReporterRequest
pub fn into_watch( self, ) -> Option<(Usage, ClientEnd<UsageWatcherMarker>, UsageReporterControlHandle)>
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 UsageReporterRequest
impl !RefUnwindSafe for UsageReporterRequest
impl Send for UsageReporterRequest
impl Sync for UsageReporterRequest
impl Unpin for UsageReporterRequest
impl !UnwindSafe for UsageReporterRequest
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