Struct chakracore_sys::JsTTDStreamHandle [] [src]

#[repr(C)]
pub struct JsTTDStreamHandle(pub *mut c_void);

A handle for URI's that TTD information is written to/read from.

Methods

impl JsTTDStreamHandle
[src]

Trait Implementations

impl Eq for JsTTDStreamHandle
[src]

impl PartialEq for JsTTDStreamHandle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for JsTTDStreamHandle
[src]

impl Clone for JsTTDStreamHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JsTTDStreamHandle
[src]

Formats the value using the given formatter.