Struct netsim_embed::Network [−][src]
pub struct Network<C, E> { /* fields omitted */ }
Implementations
impl<C: Send + 'static, E: Send + 'static> Network<C, E>
[src]
impl<C: Send + 'static, E: Send + 'static> Network<C, E>
[src]pub fn range(&self) -> Ipv4Range
[src]
pub fn subnet(&mut self, i: usize) -> &mut Network<C, E>
[src]
pub fn subnets(&self) -> &[Network<C, E>]
[src]
pub fn subnets_mut(&mut self) -> &mut [Network<C, E>]
[src]
pub fn machine(&mut self, i: usize) -> &mut Machine<C, E>
[src]
pub fn machines(&self) -> &[Machine<C, E>]
[src]
pub fn machines_mut(&mut self) -> &mut [Machine<C, E>]
[src]
Trait Implementations
Auto Trait Implementations
impl<C, E> !RefUnwindSafe for Network<C, E>
impl<C, E> !RefUnwindSafe for Network<C, E>
impl<C, E> !UnwindSafe for Network<C, E>
impl<C, E> !UnwindSafe for Network<C, E>
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,