pub struct VlanSplitter<'d, D: Driver + 'd, const N: usize> { /* private fields */ }Expand description
VLAN splitter
Implementations§
Auto Trait Implementations§
impl<'d, D, const N: usize> !Freeze for VlanSplitter<'d, D, N>
impl<'d, D, const N: usize> !RefUnwindSafe for VlanSplitter<'d, D, N>
impl<'d, D, const N: usize> !Send for VlanSplitter<'d, D, N>
impl<'d, D, const N: usize> !Sync for VlanSplitter<'d, D, N>
impl<'d, D, const N: usize> Unpin for VlanSplitter<'d, D, N>
impl<'d, D, const N: usize> !UnwindSafe for VlanSplitter<'d, D, N>
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