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