Struct windows_sys::UI::Input::Inking::Core::CoreWetStrokeDisposition
[−]#[repr(transparent)]pub struct CoreWetStrokeDisposition(pub i32);
Expand description
Required features: ‘UI_Input_Inking_Core’
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for CoreWetStrokeDisposition
impl Clone for CoreWetStrokeDisposition
impl Copy for CoreWetStrokeDisposition
Auto Trait Implementations
impl RefUnwindSafe for CoreWetStrokeDisposition
impl Send for CoreWetStrokeDisposition
impl Sync for CoreWetStrokeDisposition
impl Unpin for CoreWetStrokeDisposition
impl UnwindSafe for CoreWetStrokeDisposition
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