Struct javascriptcore::GlobalContextRef
source · pub struct GlobalContextRef { /* private fields */ }
Trait Implementations§
source§impl FromGlibPtrFull<*mut _JSGlobalContextRef> for GlobalContextRef
impl FromGlibPtrFull<*mut _JSGlobalContextRef> for GlobalContextRef
source§unsafe fn from_glib_full(ptr: JSGlobalContextRef) -> Self
unsafe fn from_glib_full(ptr: JSGlobalContextRef) -> Self
Safety Read more
source§impl FromGlibPtrNone<*mut _JSGlobalContextRef> for GlobalContextRef
impl FromGlibPtrNone<*mut _JSGlobalContextRef> for GlobalContextRef
source§unsafe fn from_glib_none(ptr: JSGlobalContextRef) -> Self
unsafe fn from_glib_none(ptr: JSGlobalContextRef) -> Self
Safety Read more
source§impl<'a> ToGlibPtr<'a, *mut _JSGlobalContextRef> for GlobalContextRef
impl<'a> ToGlibPtr<'a, *mut _JSGlobalContextRef> for GlobalContextRef
type Storage = ()
source§fn to_glib_none(&self) -> Stash<'a, JSGlobalContextRef, GlobalContextRef>
fn to_glib_none(&self) -> Stash<'a, JSGlobalContextRef, GlobalContextRef>
Transfer: none. Read more
source§fn to_glib_container(&'a self) -> Stash<'a, P, Self>
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
source§fn to_glib_full(&self) -> P
fn to_glib_full(&self) -> P
Transfer: full. Read more