Struct chakracore_sys::_JsRuntimeAttributes [] [src]

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

Attributes of a runtime.

Trait Implementations

impl BitOr<_JsRuntimeAttributes> for _JsRuntimeAttributes
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOrAssign for _JsRuntimeAttributes
[src]

The method for the |= operator

impl BitAnd<_JsRuntimeAttributes> for _JsRuntimeAttributes
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAndAssign for _JsRuntimeAttributes
[src]

The method for the &= operator

impl Debug for _JsRuntimeAttributes
[src]

Formats the value using the given formatter.

impl Copy for _JsRuntimeAttributes
[src]

impl Clone for _JsRuntimeAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _JsRuntimeAttributes
[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 _JsRuntimeAttributes
[src]

impl Hash for _JsRuntimeAttributes
[src]

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

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