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