pub struct GetInputReport;Trait Implementations§
Source§impl Method for GetInputReport
impl Method for GetInputReport
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Protocol = InputDevice
type Protocol = InputDevice
The protocol the method is a member of.
Source§type Request = InputDeviceGetInputReportRequest
type Request = InputDeviceGetInputReportRequest
The request payload for the method.
Source§impl<___R> Respond<___R> for GetInputReport
impl<___R> Respond<___R> for GetInputReport
Source§impl<___R> RespondErr<___R> for GetInputReport
impl<___R> RespondErr<___R> for GetInputReport
Source§impl TwoWayMethod for GetInputReport
impl TwoWayMethod for GetInputReport
Source§type Response = Result<'static, InputDeviceGetInputReportResponse<'static>, Int32>
type Response = Result<'static, InputDeviceGetInputReportResponse<'static>, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetInputReport
impl RefUnwindSafe for GetInputReport
impl Send for GetInputReport
impl Sync for GetInputReport
impl Unpin for GetInputReport
impl UnsafeUnpin for GetInputReport
impl UnwindSafe for GetInputReport
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]