#[repr(C)]pub struct JSCContext {
pub parent: GObject,
pub priv_: *mut JSCContextPrivate,
}Fields§
§parent: GObject§priv_: *mut JSCContextPrivateTrait Implementations§
Source§impl Clone for JSCContext
impl Clone for JSCContext
Source§fn clone(&self) -> JSCContext
fn clone(&self) -> JSCContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JSCContext
Auto Trait Implementations§
impl !Send for JSCContext
impl !Sync for JSCContext
impl Freeze for JSCContext
impl RefUnwindSafe for JSCContext
impl Unpin for JSCContext
impl UnsafeUnpin for JSCContext
impl UnwindSafe for JSCContext
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