pub enum InfoRequest {
GetMetrics {
responder: InfoGetMetricsResponder,
},
}
Expand description
Get information about Scenic’s primary display.
Variants§
GetMetrics
Fields
§
responder: InfoGetMetricsResponder
Implementations§
Source§impl InfoRequest
impl InfoRequest
pub fn into_get_metrics(self) -> Option<InfoGetMetricsResponder>
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 InfoRequest
impl !RefUnwindSafe for InfoRequest
impl Send for InfoRequest
impl Sync for InfoRequest
impl Unpin for InfoRequest
impl !UnwindSafe for InfoRequest
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