Struct nscope::NscopeLink
source · pub struct NscopeLink { /* private fields */ }
Expand description
A detected link between the computer and an nScope, used to open and retrieve an nScope
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NscopeLink
impl Send for NscopeLink
impl Sync for NscopeLink
impl Unpin for NscopeLink
impl UnwindSafe for NscopeLink
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