pub struct PortControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for PortControlHandle
impl Clone for PortControlHandle
source§fn clone(&self) -> PortControlHandle
fn clone(&self) -> PortControlHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl ControlHandle for PortControlHandle
impl ControlHandle for PortControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for PortControlHandle
impl Send for PortControlHandle
impl Sync for PortControlHandle
impl Unpin for PortControlHandle
impl !UnwindSafe for PortControlHandle
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