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