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 !RefUnwindSafe for UserData
impl !Send for UserData
impl !Sync for UserData
impl !UnwindSafe for UserData
impl Freeze for UserData
impl Unpin for UserData
impl UnsafeUnpin 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