pub struct NMTCQdisc { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for NMTCQdisc
impl !Sync for NMTCQdisc
impl !Unpin for NMTCQdisc
impl Freeze for NMTCQdisc
impl RefUnwindSafe for NMTCQdisc
impl UnsafeUnpin for NMTCQdisc
impl UnwindSafe for NMTCQdisc
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