pub struct PortInfo { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<&PortInfoRef> for PortInfo
impl From<&PortInfoRef> for PortInfo
source§fn from(value: &PortInfoRef) -> Self
fn from(value: &PortInfoRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for PortInfo
impl Send for PortInfo
impl Sync for PortInfo
impl Unpin for PortInfo
impl UnwindSafe for PortInfo
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