pub struct InstanceLink {
pub wrapper_ref: RefMut<InstanceWrapper>,
pub module_id: ModuleId,
}Fields§
§wrapper_ref: RefMut<InstanceWrapper>§module_id: ModuleIdImplementations§
Source§impl InstanceLink
impl InstanceLink
pub fn new( module_id: ModuleId, wrapper_ref: RefMut<InstanceWrapper>, ) -> InstanceLink
Trait Implementations§
Source§impl Clone for InstanceLink
impl Clone for InstanceLink
Source§fn clone(&self) -> InstanceLink
fn clone(&self) -> InstanceLink
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for InstanceLink
impl RefUnwindSafe for InstanceLink
impl Send for InstanceLink
impl Sync for InstanceLink
impl Unpin for InstanceLink
impl UnwindSafe for InstanceLink
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