pub struct Bridge<N, D, const MTU: usize> { /* private fields */ }Expand description
Bidirectional bridge between a NetworkRead +
NetworkWrite and a DatalinkRead +
DatalinkWrite.
Implementations§
Auto Trait Implementations§
impl<N, D, const MTU: usize> Freeze for Bridge<N, D, MTU>
impl<N, D, const MTU: usize> RefUnwindSafe for Bridge<N, D, MTU>where
N: RefUnwindSafe,
D: RefUnwindSafe,
impl<N, D, const MTU: usize> Send for Bridge<N, D, MTU>
impl<N, D, const MTU: usize> Sync for Bridge<N, D, MTU>
impl<N, D, const MTU: usize> Unpin for Bridge<N, D, MTU>
impl<N, D, const MTU: usize> UnsafeUnpin for Bridge<N, D, MTU>where
N: UnsafeUnpin,
D: UnsafeUnpin,
impl<N, D, const MTU: usize> UnwindSafe for Bridge<N, D, MTU>where
N: UnwindSafe,
D: UnwindSafe,
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