Struct divans::mux::Mux[][src]

pub struct Mux<AllocU8: Allocator<u8>> { /* fields omitted */ }

Methods

impl<AllocU8: Allocator<u8>> Mux<AllocU8>
[src]

impl<AllocU8: Allocator<u8>> Mux<AllocU8>
[src]

Important traits for &'a [u8]

Trait Implementations

impl<AllocU8: Allocator<u8>> Default for Mux<AllocU8>
[src]

Returns the "default value" for a type. Read more

impl<AllocU8: Allocator<u8>> StreamDemuxer<AllocU8> for Mux<AllocU8>
[src]

Important traits for &'a [u8]

impl<AllocU8: Allocator<u8>> StreamMuxer<AllocU8> for Mux<AllocU8>
[src]

Auto Trait Implementations

impl<AllocU8> Send for Mux<AllocU8> where
    <AllocU8 as Allocator<u8>>::AllocatedMemory: Send

impl<AllocU8> Sync for Mux<AllocU8> where
    <AllocU8 as Allocator<u8>>::AllocatedMemory: Sync