Struct windows::Win32::UI::TabletPC::InkRasterOperation
#[repr(transparent)]pub struct InkRasterOperation(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for InkRasterOperation
impl Clone for InkRasterOperation
§fn clone(&self) -> InkRasterOperation
fn clone(&self) -> InkRasterOperation
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 more§impl Debug for InkRasterOperation
impl Debug for InkRasterOperation
§impl Default for InkRasterOperation
impl Default for InkRasterOperation
§fn default() -> InkRasterOperation
fn default() -> InkRasterOperation
Returns the “default value” for a type. Read more
§impl PartialEq for InkRasterOperation
impl PartialEq for InkRasterOperation
§fn eq(&self, other: &InkRasterOperation) -> bool
fn eq(&self, other: &InkRasterOperation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InkRasterOperation
impl Eq for InkRasterOperation
impl StructuralPartialEq for InkRasterOperation
Auto Trait Implementations§
impl Freeze for InkRasterOperation
impl RefUnwindSafe for InkRasterOperation
impl Send for InkRasterOperation
impl Sync for InkRasterOperation
impl Unpin for InkRasterOperation
impl UnwindSafe for InkRasterOperation
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
)