pub enum InfoRequest {
GetMetrics {
responder: InfoGetMetricsResponder,
},
}Expand description
Get information about Scenic’s primary display.
Variants§
GetMetrics
Fields
§
responder: InfoGetMetricsResponderImplementations§
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 !RefUnwindSafe for InfoRequest
impl !UnwindSafe for InfoRequest
impl Freeze for InfoRequest
impl Send for InfoRequest
impl Sync for InfoRequest
impl Unpin for InfoRequest
impl UnsafeUnpin 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