pub struct AutoInterfaceDiscoveryPort(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AutoInterfaceDiscoveryPort
impl Clone for AutoInterfaceDiscoveryPort
Source§fn clone(&self) -> AutoInterfaceDiscoveryPort
fn clone(&self) -> AutoInterfaceDiscoveryPort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutoInterfaceDiscoveryPort
Source§impl Debug for AutoInterfaceDiscoveryPort
impl Debug for AutoInterfaceDiscoveryPort
impl Eq for AutoInterfaceDiscoveryPort
impl StructuralPartialEq for AutoInterfaceDiscoveryPort
Auto Trait Implementations§
impl Freeze for AutoInterfaceDiscoveryPort
impl RefUnwindSafe for AutoInterfaceDiscoveryPort
impl Send for AutoInterfaceDiscoveryPort
impl Sync for AutoInterfaceDiscoveryPort
impl Unpin for AutoInterfaceDiscoveryPort
impl UnsafeUnpin for AutoInterfaceDiscoveryPort
impl UnwindSafe for AutoInterfaceDiscoveryPort
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