Union v8::ExternalReference
source · pub union ExternalReference<'s> {
pub function: FunctionCallback,
pub getter: AccessorNameGetterCallback<'s>,
pub message: MessageCallback,
pub pointer: *mut c_void,
}
Fields§
§function: FunctionCallback
§getter: AccessorNameGetterCallback<'s>
§message: MessageCallback
§pointer: *mut c_void
Trait Implementations§
source§impl<'s> Clone for ExternalReference<'s>
impl<'s> Clone for ExternalReference<'s>
source§fn clone(&self) -> ExternalReference<'s>
fn clone(&self) -> ExternalReference<'s>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more