pub struct WaitForAllBuffersAllocated;Trait Implementations§
Source§impl Method for WaitForAllBuffersAllocated
impl Method for WaitForAllBuffersAllocated
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Protocol = BufferCollection
type Protocol = BufferCollection
The protocol the method is a member of.
Source§impl<___R> Respond<___R> for WaitForAllBuffersAllocated
impl<___R> Respond<___R> for WaitForAllBuffersAllocated
Source§impl<___R> RespondErr<___R> for WaitForAllBuffersAllocated
impl<___R> RespondErr<___R> for WaitForAllBuffersAllocated
Source§impl TwoWayMethod for WaitForAllBuffersAllocated
impl TwoWayMethod for WaitForAllBuffersAllocated
Source§type Response = FlexibleResult<'static, BufferCollectionWaitForAllBuffersAllocatedResponse<'static>, Error>
type Response = FlexibleResult<'static, BufferCollectionWaitForAllBuffersAllocatedResponse<'static>, Error>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for WaitForAllBuffersAllocated
impl RefUnwindSafe for WaitForAllBuffersAllocated
impl Send for WaitForAllBuffersAllocated
impl Sync for WaitForAllBuffersAllocated
impl Unpin for WaitForAllBuffersAllocated
impl UnsafeUnpin for WaitForAllBuffersAllocated
impl UnwindSafe for WaitForAllBuffersAllocated
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]