Struct chakracore_sys::_JsParseScriptAttributes [] [src]

#[repr(C)]
pub struct _JsParseScriptAttributes(pub c_uint);

Attribute mask for JsParseScriptWithAttributes

Trait Implementations

impl BitOr<_JsParseScriptAttributes> for _JsParseScriptAttributes
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOrAssign for _JsParseScriptAttributes
[src]

The method for the |= operator

impl BitAnd<_JsParseScriptAttributes> for _JsParseScriptAttributes
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAndAssign for _JsParseScriptAttributes
[src]

The method for the &= operator

impl Debug for _JsParseScriptAttributes
[src]

Formats the value using the given formatter.

impl Copy for _JsParseScriptAttributes
[src]

impl Clone for _JsParseScriptAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _JsParseScriptAttributes
[src]

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

This method tests for !=.

impl Eq for _JsParseScriptAttributes
[src]

impl Hash for _JsParseScriptAttributes
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more