Struct webview2_com::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_BROWSING_DATA_KINDS
source · #[repr(transparent)]pub struct COREWEBVIEW2_BROWSING_DATA_KINDS(pub i32);
Tuple Fields§
§0: i32
Implementations§
source§impl COREWEBVIEW2_BROWSING_DATA_KINDS
impl COREWEBVIEW2_BROWSING_DATA_KINDS
pub const fn contains(&self, other: COREWEBVIEW2_BROWSING_DATA_KINDS) -> bool
Trait Implementations§
source§impl BitAnd<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
impl BitAnd<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
§type Output = COREWEBVIEW2_BROWSING_DATA_KINDS
type Output = COREWEBVIEW2_BROWSING_DATA_KINDS
The resulting type after applying the
&
operator.source§fn bitand(
self,
other: COREWEBVIEW2_BROWSING_DATA_KINDS
) -> COREWEBVIEW2_BROWSING_DATA_KINDS
fn bitand( self, other: COREWEBVIEW2_BROWSING_DATA_KINDS ) -> COREWEBVIEW2_BROWSING_DATA_KINDS
Performs the
&
operation. Read moresource§impl BitAndAssign<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
impl BitAndAssign<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
source§fn bitand_assign(&mut self, other: COREWEBVIEW2_BROWSING_DATA_KINDS)
fn bitand_assign(&mut self, other: COREWEBVIEW2_BROWSING_DATA_KINDS)
Performs the
&=
operation. Read moresource§impl BitOr<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
impl BitOr<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
§type Output = COREWEBVIEW2_BROWSING_DATA_KINDS
type Output = COREWEBVIEW2_BROWSING_DATA_KINDS
The resulting type after applying the
|
operator.source§fn bitor(
self,
other: COREWEBVIEW2_BROWSING_DATA_KINDS
) -> COREWEBVIEW2_BROWSING_DATA_KINDS
fn bitor( self, other: COREWEBVIEW2_BROWSING_DATA_KINDS ) -> COREWEBVIEW2_BROWSING_DATA_KINDS
Performs the
|
operation. Read moresource§impl BitOrAssign<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
impl BitOrAssign<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
source§fn bitor_assign(&mut self, other: COREWEBVIEW2_BROWSING_DATA_KINDS)
fn bitor_assign(&mut self, other: COREWEBVIEW2_BROWSING_DATA_KINDS)
Performs the
|=
operation. Read moresource§impl Clone for COREWEBVIEW2_BROWSING_DATA_KINDS
impl Clone for COREWEBVIEW2_BROWSING_DATA_KINDS
source§fn clone(&self) -> COREWEBVIEW2_BROWSING_DATA_KINDS
fn clone(&self) -> COREWEBVIEW2_BROWSING_DATA_KINDS
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_BROWSING_DATA_KINDS
impl Default for COREWEBVIEW2_BROWSING_DATA_KINDS
source§fn default() -> COREWEBVIEW2_BROWSING_DATA_KINDS
fn default() -> COREWEBVIEW2_BROWSING_DATA_KINDS
Returns the “default value” for a type. Read more
source§impl Not for COREWEBVIEW2_BROWSING_DATA_KINDS
impl Not for COREWEBVIEW2_BROWSING_DATA_KINDS
§type Output = COREWEBVIEW2_BROWSING_DATA_KINDS
type Output = COREWEBVIEW2_BROWSING_DATA_KINDS
The resulting type after applying the
!
operator.source§fn not(self) -> COREWEBVIEW2_BROWSING_DATA_KINDS
fn not(self) -> COREWEBVIEW2_BROWSING_DATA_KINDS
Performs the unary
!
operation. Read moresource§impl PartialEq<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
impl PartialEq<COREWEBVIEW2_BROWSING_DATA_KINDS> for COREWEBVIEW2_BROWSING_DATA_KINDS
source§fn eq(&self, other: &COREWEBVIEW2_BROWSING_DATA_KINDS) -> bool
fn eq(&self, other: &COREWEBVIEW2_BROWSING_DATA_KINDS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for COREWEBVIEW2_BROWSING_DATA_KINDS
impl Eq for COREWEBVIEW2_BROWSING_DATA_KINDS
impl StructuralEq for COREWEBVIEW2_BROWSING_DATA_KINDS
impl StructuralPartialEq for COREWEBVIEW2_BROWSING_DATA_KINDS
Auto Trait Implementations§
impl RefUnwindSafe for COREWEBVIEW2_BROWSING_DATA_KINDS
impl Send for COREWEBVIEW2_BROWSING_DATA_KINDS
impl Sync for COREWEBVIEW2_BROWSING_DATA_KINDS
impl Unpin for COREWEBVIEW2_BROWSING_DATA_KINDS
impl UnwindSafe for COREWEBVIEW2_BROWSING_DATA_KINDS
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