pub struct ReadConfig16;Trait Implementations§
Source§impl Method for ReadConfig16
impl Method for ReadConfig16
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Request = DeviceReadConfig16Request
type Request = DeviceReadConfig16Request
The request payload for the method.
Source§impl<___R> Respond<___R> for ReadConfig16
impl<___R> Respond<___R> for ReadConfig16
Source§impl<___R> RespondErr<___R> for ReadConfig16
impl<___R> RespondErr<___R> for ReadConfig16
Source§impl TwoWayMethod for ReadConfig16
impl TwoWayMethod for ReadConfig16
Source§type Response = Result<'static, DeviceReadConfig16Response, Int32>
type Response = Result<'static, DeviceReadConfig16Response, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for ReadConfig16
impl RefUnwindSafe for ReadConfig16
impl Send for ReadConfig16
impl Sync for ReadConfig16
impl Unpin for ReadConfig16
impl UnsafeUnpin for ReadConfig16
impl UnwindSafe for ReadConfig16
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]