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