#[repr(C)]pub struct BaseShape {
pub clasp: *const JSClass,
pub realm: *mut Realm,
}Fields§
§clasp: *const JSClass§realm: *mut RealmTrait Implementations§
impl Copy for BaseShape
impl StructuralPartialEq for BaseShape
Auto Trait Implementations§
impl Freeze for BaseShape
impl RefUnwindSafe for BaseShape
impl !Send for BaseShape
impl !Sync for BaseShape
impl Unpin for BaseShape
impl UnsafeUnpin for BaseShape
impl UnwindSafe for BaseShape
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