Struct chakracore_sys::_JsRuntimeAttributes
[−]
[src]
#[repr(C)]pub struct _JsRuntimeAttributes(pub c_uint);
Trait Implementations
impl BitOr<_JsRuntimeAttributes> for _JsRuntimeAttributes
[src]
type Output = Self
The resulting type after applying the |
operator
fn bitor(self, other: Self) -> Self
The method for the |
operator
impl BitOrAssign for _JsRuntimeAttributes
[src]
fn bitor_assign(&mut self, rhs: _JsRuntimeAttributes)
The method for the |=
operator
impl BitAnd<_JsRuntimeAttributes> for _JsRuntimeAttributes
[src]
type Output = Self
The resulting type after applying the &
operator
fn bitand(self, other: Self) -> Self
The method for the &
operator
impl BitAndAssign for _JsRuntimeAttributes
[src]
fn bitand_assign(&mut self, rhs: _JsRuntimeAttributes)
The method for the &=
operator
impl Debug for _JsRuntimeAttributes
[src]
impl Copy for _JsRuntimeAttributes
[src]
impl Clone for _JsRuntimeAttributes
[src]
fn clone(&self) -> _JsRuntimeAttributes
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
impl PartialEq for _JsRuntimeAttributes
[src]
fn eq(&self, __arg_0: &_JsRuntimeAttributes) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &_JsRuntimeAttributes) -> bool
This method tests for !=
.