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