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