Struct 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
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