#[repr(transparent)]pub struct InkPresenterPredefinedConfiguration(pub i32);
Expand description
Required features: "UI_Input_Inking"
Tuple Fields
0: i32
Implementations
impl InkPresenterPredefinedConfiguration
impl InkPresenterPredefinedConfiguration
pub const SimpleSinglePointer: Self = Self(0i32)
pub const SimpleMultiplePointer: Self = Self(1i32)
Trait Implementations
impl Clone for InkPresenterPredefinedConfiguration
impl Clone for InkPresenterPredefinedConfiguration
impl Copy for InkPresenterPredefinedConfiguration
Auto Trait Implementations
impl RefUnwindSafe for InkPresenterPredefinedConfiguration
impl Send for InkPresenterPredefinedConfiguration
impl Sync for InkPresenterPredefinedConfiguration
impl Unpin for InkPresenterPredefinedConfiguration
impl UnwindSafe for InkPresenterPredefinedConfiguration
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