pub struct CallTargetInterface { /* private fields */ }
Expand description
Interface target. This represents an interface, which can be selected by set-link-name
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CallTargetInterface
impl RefUnwindSafe for CallTargetInterface
impl Send for CallTargetInterface
impl Sync for CallTargetInterface
impl Unpin for CallTargetInterface
impl UnwindSafe for CallTargetInterface
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