Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_PRINT_ORIENTATION
source · [−]#[repr(transparent)]pub struct COREWEBVIEW2_PRINT_ORIENTATION(pub i32);Tuple Fields
0: i32Trait Implementations
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
sourcefn ne(&self, other: &COREWEBVIEW2_PRINT_ORIENTATION) -> bool
fn ne(&self, other: &COREWEBVIEW2_PRINT_ORIENTATION) -> bool
This method tests for !=.
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more