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 = Self(0i32)
pub const Pencil: Self = Self(1i32)
pub const Highlighter: Self = Self(2i32)
pub const Eraser: Self = Self(3i32)
pub const CustomPen: Self = Self(4i32)
pub const CustomTool: Self = Self(5i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more