pub struct AutoInterfaceDataPort(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AutoInterfaceDataPort
impl Clone for AutoInterfaceDataPort
Source§fn clone(&self) -> AutoInterfaceDataPort
fn clone(&self) -> AutoInterfaceDataPort
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 AutoInterfaceDataPort
Source§impl Debug for AutoInterfaceDataPort
impl Debug for AutoInterfaceDataPort
impl Eq for AutoInterfaceDataPort
Source§impl PartialEq for AutoInterfaceDataPort
impl PartialEq for AutoInterfaceDataPort
impl StructuralPartialEq for AutoInterfaceDataPort
Auto Trait Implementations§
impl Freeze for AutoInterfaceDataPort
impl RefUnwindSafe for AutoInterfaceDataPort
impl Send for AutoInterfaceDataPort
impl Sync for AutoInterfaceDataPort
impl Unpin for AutoInterfaceDataPort
impl UnsafeUnpin for AutoInterfaceDataPort
impl UnwindSafe for AutoInterfaceDataPort
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