pub struct GetInputReportsReaderV2;Trait Implementations§
Source§impl Method for GetInputReportsReaderV2
impl Method for GetInputReportsReaderV2
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 = InputDeviceGetInputReportsReaderV2Request
type Request = InputDeviceGetInputReportsReaderV2Request
The request payload for the method.
Source§impl<___R> Respond<___R> for GetInputReportsReaderV2
impl<___R> Respond<___R> for GetInputReportsReaderV2
Source§impl TwoWayMethod for GetInputReportsReaderV2
impl TwoWayMethod for GetInputReportsReaderV2
Source§type Response = Strict<InputDeviceGetInputReportsReaderV2Response>
type Response = Strict<InputDeviceGetInputReportsReaderV2Response>
The response message for the method.
Auto Trait Implementations§
impl Freeze for GetInputReportsReaderV2
impl RefUnwindSafe for GetInputReportsReaderV2
impl Send for GetInputReportsReaderV2
impl Sync for GetInputReportsReaderV2
impl Unpin for GetInputReportsReaderV2
impl UnsafeUnpin for GetInputReportsReaderV2
impl UnwindSafe for GetInputReportsReaderV2
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]