pub struct UserData {
pub vm: Weak<RefCell<VM>>,
/* private fields */
}Expand description
A mostly internal class that is exposed so that some externally generated code can access it.
Fields§
§vm: Weak<RefCell<VM>>Auto Trait Implementations§
impl Freeze for UserData
impl !RefUnwindSafe for UserData
impl !Send for UserData
impl !Sync for UserData
impl Unpin for UserData
impl !UnwindSafe for UserData
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