Struct webview2_com::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_PRINT_ORIENTATION
source · [−]#[repr(transparent)]pub struct COREWEBVIEW2_PRINT_ORIENTATION(pub i32);
Tuple Fields
0: i32
Trait Implementations
sourceimpl Clone for COREWEBVIEW2_PRINT_ORIENTATION
impl Clone for COREWEBVIEW2_PRINT_ORIENTATION
sourcefn clone(&self) -> COREWEBVIEW2_PRINT_ORIENTATION
fn clone(&self) -> COREWEBVIEW2_PRINT_ORIENTATION
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_PRINT_ORIENTATION
impl Default for COREWEBVIEW2_PRINT_ORIENTATION
sourcefn default() -> COREWEBVIEW2_PRINT_ORIENTATION
fn default() -> COREWEBVIEW2_PRINT_ORIENTATION
Returns the “default value” for a type. Read more
sourceimpl PartialEq<COREWEBVIEW2_PRINT_ORIENTATION> for COREWEBVIEW2_PRINT_ORIENTATION
impl PartialEq<COREWEBVIEW2_PRINT_ORIENTATION> for COREWEBVIEW2_PRINT_ORIENTATION
sourcefn eq(&self, other: &COREWEBVIEW2_PRINT_ORIENTATION) -> bool
fn eq(&self, other: &COREWEBVIEW2_PRINT_ORIENTATION) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for COREWEBVIEW2_PRINT_ORIENTATION
impl Eq for COREWEBVIEW2_PRINT_ORIENTATION
impl StructuralEq for COREWEBVIEW2_PRINT_ORIENTATION
impl StructuralPartialEq for COREWEBVIEW2_PRINT_ORIENTATION
Auto Trait Implementations
impl RefUnwindSafe for COREWEBVIEW2_PRINT_ORIENTATION
impl Send for COREWEBVIEW2_PRINT_ORIENTATION
impl Sync for COREWEBVIEW2_PRINT_ORIENTATION
impl Unpin for COREWEBVIEW2_PRINT_ORIENTATION
impl UnwindSafe for COREWEBVIEW2_PRINT_ORIENTATION
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