pub enum PortConnectStatus {
PortsConnected,
PortsDisconnected,
}Expand description
Used by the PortConnectHandler callback function
Variants§
Auto Trait Implementations§
impl Freeze for PortConnectStatus
impl RefUnwindSafe for PortConnectStatus
impl Send for PortConnectStatus
impl Sync for PortConnectStatus
impl Unpin for PortConnectStatus
impl UnwindSafe for PortConnectStatus
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