Struct InkPenTip
#[repr(transparent)]pub struct InkPenTip(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for InkPenTip
impl Eq for InkPenTip
impl StructuralPartialEq for InkPenTip
Auto Trait Implementations§
impl Freeze for InkPenTip
impl RefUnwindSafe for InkPenTip
impl Send for InkPenTip
impl Sync for InkPenTip
impl Unpin for InkPenTip
impl UnwindSafe for InkPenTip
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more