#[repr(C)]pub struct ExtIntuiMessage {
pub eim_IntuiMessage: IntuiMessage,
pub eim_TabletData: *mut TabletData,
}Fields§
§eim_IntuiMessage: IntuiMessage§eim_TabletData: *mut TabletDataTrait Implementations§
Source§impl Clone for ExtIntuiMessage
impl Clone for ExtIntuiMessage
Source§fn clone(&self) -> ExtIntuiMessage
fn clone(&self) -> ExtIntuiMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExtIntuiMessage
Auto Trait Implementations§
impl !Send for ExtIntuiMessage
impl !Sync for ExtIntuiMessage
impl Freeze for ExtIntuiMessage
impl RefUnwindSafe for ExtIntuiMessage
impl Unpin for ExtIntuiMessage
impl UnsafeUnpin for ExtIntuiMessage
impl UnwindSafe for ExtIntuiMessage
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