Struct webview2_com::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_PDF_TOOLBAR_ITEMS
source · [−]#[repr(transparent)]pub struct COREWEBVIEW2_PDF_TOOLBAR_ITEMS(pub u32);
Tuple Fields
0: u32
Trait Implementations
sourceimpl BitAnd<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl BitAnd<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
type Output = COREWEBVIEW2_PDF_TOOLBAR_ITEMS
type Output = COREWEBVIEW2_PDF_TOOLBAR_ITEMS
The resulting type after applying the &
operator.
sourcefn 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 more
sourceimpl BitAndAssign<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl BitAndAssign<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
sourcefn bitand_assign(&mut self, other: COREWEBVIEW2_PDF_TOOLBAR_ITEMS)
fn bitand_assign(&mut self, other: COREWEBVIEW2_PDF_TOOLBAR_ITEMS)
Performs the &=
operation. Read more
sourceimpl BitOr<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl BitOr<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
type Output = COREWEBVIEW2_PDF_TOOLBAR_ITEMS
type Output = COREWEBVIEW2_PDF_TOOLBAR_ITEMS
The resulting type after applying the |
operator.
sourcefn 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 more
sourceimpl BitOrAssign<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl BitOrAssign<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
sourcefn bitor_assign(&mut self, other: COREWEBVIEW2_PDF_TOOLBAR_ITEMS)
fn bitor_assign(&mut self, other: COREWEBVIEW2_PDF_TOOLBAR_ITEMS)
Performs the |=
operation. Read more
sourceimpl Clone for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl Clone for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
sourcefn clone(&self) -> COREWEBVIEW2_PDF_TOOLBAR_ITEMS
fn clone(&self) -> COREWEBVIEW2_PDF_TOOLBAR_ITEMS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl Default for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
sourcefn default() -> COREWEBVIEW2_PDF_TOOLBAR_ITEMS
fn default() -> COREWEBVIEW2_PDF_TOOLBAR_ITEMS
Returns the “default value” for a type. Read more
sourceimpl 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.
sourcefn not(self) -> COREWEBVIEW2_PDF_TOOLBAR_ITEMS
fn not(self) -> COREWEBVIEW2_PDF_TOOLBAR_ITEMS
Performs the unary !
operation. Read more
sourceimpl PartialEq<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl PartialEq<COREWEBVIEW2_PDF_TOOLBAR_ITEMS> for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
sourcefn eq(&self, other: &COREWEBVIEW2_PDF_TOOLBAR_ITEMS) -> bool
fn eq(&self, other: &COREWEBVIEW2_PDF_TOOLBAR_ITEMS) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl Eq for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl StructuralEq for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
impl StructuralPartialEq for COREWEBVIEW2_PDF_TOOLBAR_ITEMS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more