pub struct GetHostBridgeInfo;Trait Implementations§
Source§impl Method for GetHostBridgeInfo
impl Method for GetHostBridgeInfo
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§impl<___R> Respond<___R> for GetHostBridgeInfo
impl<___R> Respond<___R> for GetHostBridgeInfo
Source§type Output = BusGetHostBridgeInfoResponse<___R>
type Output = BusGetHostBridgeInfoResponse<___R>
The returned response type.
Source§fn respond(response: ___R) -> <GetHostBridgeInfo as Respond<___R>>::Output
fn respond(response: ___R) -> <GetHostBridgeInfo as Respond<___R>>::Output
Makes a response from the given input.
Source§impl TwoWayMethod for GetHostBridgeInfo
impl TwoWayMethod for GetHostBridgeInfo
Source§type Response = BusGetHostBridgeInfoResponse<'static>
type Response = BusGetHostBridgeInfoResponse<'static>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetHostBridgeInfo
impl RefUnwindSafe for GetHostBridgeInfo
impl Send for GetHostBridgeInfo
impl Sync for GetHostBridgeInfo
impl Unpin for GetHostBridgeInfo
impl UnsafeUnpin for GetHostBridgeInfo
impl UnwindSafe for GetHostBridgeInfo
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]