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