Struct chakracore_sys::JsTTDStreamHandle
[−]
[src]
#[repr(C)]pub struct JsTTDStreamHandle(pub *mut c_void);
Methods
impl JsTTDStreamHandle
[src]
fn new() -> Self
Trait Implementations
impl Eq for JsTTDStreamHandle
[src]
impl PartialEq for JsTTDStreamHandle
[src]
fn eq(&self, __arg_0: &JsTTDStreamHandle) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &JsTTDStreamHandle) -> bool
This method tests for !=
.
impl Copy for JsTTDStreamHandle
[src]
impl Clone for JsTTDStreamHandle
[src]
fn clone(&self) -> JsTTDStreamHandle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more