Struct windows_sys::UI::Xaml::Controls::InkToolbarTool
[−]#[repr(transparent)]pub struct InkToolbarTool(pub i32);
Expand description
Required features: ‘UI_Xaml_Controls’
Tuple Fields
0: i32
Implementations
impl InkToolbarTool
impl InkToolbarTool
pub const BallpointPen: Self
pub const Pencil: Self
pub const Highlighter: Self
pub const Eraser: Self
pub const CustomPen: Self
pub const CustomTool: Self
Trait Implementations
impl Clone for InkToolbarTool
impl Clone for InkToolbarTool
impl Copy for InkToolbarTool
Auto Trait Implementations
impl RefUnwindSafe for InkToolbarTool
impl Send for InkToolbarTool
impl Sync for InkToolbarTool
impl Unpin for InkToolbarTool
impl UnwindSafe for InkToolbarTool
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