pub struct AcknowledgeReports;Trait Implementations§
Source§impl Method for AcknowledgeReports
impl Method for AcknowledgeReports
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Protocol = InputReportsReaderV2
type Protocol = InputReportsReaderV2
The protocol the method is a member of.
Source§type Request = InputReportsReaderV2AcknowledgeReportsRequest
type Request = InputReportsReaderV2AcknowledgeReportsRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for AcknowledgeReports
impl RefUnwindSafe for AcknowledgeReports
impl Send for AcknowledgeReports
impl Sync for AcknowledgeReports
impl Unpin for AcknowledgeReports
impl UnsafeUnpin for AcknowledgeReports
impl UnwindSafe for AcknowledgeReports
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]