pub struct SetFeatureReport;Trait Implementations§
Source§impl Method for SetFeatureReport
impl Method for SetFeatureReport
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 = InputDeviceSetFeatureReportRequest<'static>
type Request = InputDeviceSetFeatureReportRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for SetFeatureReport
impl<___R> Respond<___R> for SetFeatureReport
Source§impl<___R> RespondErr<___R> for SetFeatureReport
impl<___R> RespondErr<___R> for SetFeatureReport
Auto Trait Implementations§
impl Freeze for SetFeatureReport
impl RefUnwindSafe for SetFeatureReport
impl Send for SetFeatureReport
impl Sync for SetFeatureReport
impl Unpin for SetFeatureReport
impl UnsafeUnpin for SetFeatureReport
impl UnwindSafe for SetFeatureReport
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]