#[repr(transparent)]pub struct COREWEBVIEW2_RELEASE_CHANNELS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl COREWEBVIEW2_RELEASE_CHANNELS
impl COREWEBVIEW2_RELEASE_CHANNELS
pub const fn contains(&self, other: COREWEBVIEW2_RELEASE_CHANNELS) -> bool
Trait Implementations§
Source§impl BitAnd for COREWEBVIEW2_RELEASE_CHANNELS
impl BitAnd for COREWEBVIEW2_RELEASE_CHANNELS
Source§type Output = COREWEBVIEW2_RELEASE_CHANNELS
type Output = COREWEBVIEW2_RELEASE_CHANNELS
The resulting type after applying the
&
operator.Source§fn bitand(
self,
other: COREWEBVIEW2_RELEASE_CHANNELS,
) -> COREWEBVIEW2_RELEASE_CHANNELS
fn bitand( self, other: COREWEBVIEW2_RELEASE_CHANNELS, ) -> COREWEBVIEW2_RELEASE_CHANNELS
Performs the
&
operation. Read moreSource§impl BitAndAssign for COREWEBVIEW2_RELEASE_CHANNELS
impl BitAndAssign for COREWEBVIEW2_RELEASE_CHANNELS
Source§fn bitand_assign(&mut self, other: COREWEBVIEW2_RELEASE_CHANNELS)
fn bitand_assign(&mut self, other: COREWEBVIEW2_RELEASE_CHANNELS)
Performs the
&=
operation. Read moreSource§impl BitOr for COREWEBVIEW2_RELEASE_CHANNELS
impl BitOr for COREWEBVIEW2_RELEASE_CHANNELS
Source§type Output = COREWEBVIEW2_RELEASE_CHANNELS
type Output = COREWEBVIEW2_RELEASE_CHANNELS
The resulting type after applying the
|
operator.Source§fn bitor(
self,
other: COREWEBVIEW2_RELEASE_CHANNELS,
) -> COREWEBVIEW2_RELEASE_CHANNELS
fn bitor( self, other: COREWEBVIEW2_RELEASE_CHANNELS, ) -> COREWEBVIEW2_RELEASE_CHANNELS
Performs the
|
operation. Read moreSource§impl BitOrAssign for COREWEBVIEW2_RELEASE_CHANNELS
impl BitOrAssign for COREWEBVIEW2_RELEASE_CHANNELS
Source§fn bitor_assign(&mut self, other: COREWEBVIEW2_RELEASE_CHANNELS)
fn bitor_assign(&mut self, other: COREWEBVIEW2_RELEASE_CHANNELS)
Performs the
|=
operation. Read moreSource§impl Clone for COREWEBVIEW2_RELEASE_CHANNELS
impl Clone for COREWEBVIEW2_RELEASE_CHANNELS
Source§fn clone(&self) -> COREWEBVIEW2_RELEASE_CHANNELS
fn clone(&self) -> COREWEBVIEW2_RELEASE_CHANNELS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for COREWEBVIEW2_RELEASE_CHANNELS
impl Default for COREWEBVIEW2_RELEASE_CHANNELS
Source§fn default() -> COREWEBVIEW2_RELEASE_CHANNELS
fn default() -> COREWEBVIEW2_RELEASE_CHANNELS
Returns the “default value” for a type. Read more
Source§impl Not for COREWEBVIEW2_RELEASE_CHANNELS
impl Not for COREWEBVIEW2_RELEASE_CHANNELS
Source§type Output = COREWEBVIEW2_RELEASE_CHANNELS
type Output = COREWEBVIEW2_RELEASE_CHANNELS
The resulting type after applying the
!
operator.Source§fn not(self) -> COREWEBVIEW2_RELEASE_CHANNELS
fn not(self) -> COREWEBVIEW2_RELEASE_CHANNELS
Performs the unary
!
operation. Read moreSource§impl PartialEq for COREWEBVIEW2_RELEASE_CHANNELS
impl PartialEq for COREWEBVIEW2_RELEASE_CHANNELS
Source§fn eq(&self, other: &COREWEBVIEW2_RELEASE_CHANNELS) -> bool
fn eq(&self, other: &COREWEBVIEW2_RELEASE_CHANNELS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for COREWEBVIEW2_RELEASE_CHANNELS
impl Eq for COREWEBVIEW2_RELEASE_CHANNELS
impl StructuralPartialEq for COREWEBVIEW2_RELEASE_CHANNELS
Auto Trait Implementations§
impl Freeze for COREWEBVIEW2_RELEASE_CHANNELS
impl RefUnwindSafe for COREWEBVIEW2_RELEASE_CHANNELS
impl Send for COREWEBVIEW2_RELEASE_CHANNELS
impl Sync for COREWEBVIEW2_RELEASE_CHANNELS
impl Unpin for COREWEBVIEW2_RELEASE_CHANNELS
impl UnwindSafe for COREWEBVIEW2_RELEASE_CHANNELS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more