pub struct PTA { /* private fields */ }Expand description
Packet Traffic Arbitration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PTA
impl RefUnwindSafe for PTA
impl !Sync for PTA
impl Unpin for PTA
impl UnwindSafe for PTA
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