#[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
pub const SimpleMultiplePointer: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more