pub struct ReadConfig8;Trait Implementations§
Source§impl Method for ReadConfig8
impl Method for ReadConfig8
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 = DeviceReadConfig8Request
type Request = DeviceReadConfig8Request
The request payload for the method.
Source§impl<___R> Respond<___R> for ReadConfig8
impl<___R> Respond<___R> for ReadConfig8
Source§impl<___R> RespondErr<___R> for ReadConfig8
impl<___R> RespondErr<___R> for ReadConfig8
Source§impl TwoWayMethod for ReadConfig8
impl TwoWayMethod for ReadConfig8
Source§type Response = Result<'static, DeviceReadConfig8Response, Int32>
type Response = Result<'static, DeviceReadConfig8Response, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for ReadConfig8
impl RefUnwindSafe for ReadConfig8
impl Send for ReadConfig8
impl Sync for ReadConfig8
impl Unpin for ReadConfig8
impl UnsafeUnpin for ReadConfig8
impl UnwindSafe for ReadConfig8
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]