pub struct WatchRoutingEventsResponse<I: FidlMulticastAdminIpExt> {
pub dropped_events: u64,
pub addresses: UnicastSourceAndMulticastDestination<I>,
pub input_interface: u64,
pub event: RoutingEvent,
}
Expand description
An IP generic version of the fields accepted by an
fnet_multicast_admin::Ipv4RoutingTableControllerWatchRoutingEventsResponder
and
fnet_multicast_admin::Ipv6RoutingTableControllerWatchRoutingEventsResponder
.
Fields§
§dropped_events: u64
§addresses: UnicastSourceAndMulticastDestination<I>
§input_interface: u64
§event: RoutingEvent
Trait Implementations§
Source§impl<I: Debug + FidlMulticastAdminIpExt> Debug for WatchRoutingEventsResponse<I>
impl<I: Debug + FidlMulticastAdminIpExt> Debug for WatchRoutingEventsResponse<I>
Source§impl FidlResponder<WatchRoutingEventsResponse<Ipv4>> for Ipv4RoutingTableControllerWatchRoutingEventsResponder
impl FidlResponder<WatchRoutingEventsResponse<Ipv4>> for Ipv4RoutingTableControllerWatchRoutingEventsResponder
Auto Trait Implementations§
impl<I> Freeze for WatchRoutingEventsResponse<I>
impl<I> RefUnwindSafe for WatchRoutingEventsResponse<I>
impl<I> Send for WatchRoutingEventsResponse<I>
impl<I> Sync for WatchRoutingEventsResponse<I>
impl<I> Unpin for WatchRoutingEventsResponse<I>
impl<I> UnwindSafe for WatchRoutingEventsResponse<I>
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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T, U> TryIntoExt<U> for Twhere
U: TryFromExt<T>,
impl<T, U> TryIntoExt<U> for Twhere
U: TryFromExt<T>,
type Error = <U as TryFromExt<T>>::Error
Source§fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
Tries to perform the conversion.