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