#[repr(C)]pub struct tagINPUT_MESSAGE_SOURCE {
pub deviceType: INPUT_MESSAGE_DEVICE_TYPE,
pub originId: INPUT_MESSAGE_ORIGIN_ID,
}
Fields§
§deviceType: INPUT_MESSAGE_DEVICE_TYPE
§originId: INPUT_MESSAGE_ORIGIN_ID
Trait Implementations§
Source§impl Clone for tagINPUT_MESSAGE_SOURCE
impl Clone for tagINPUT_MESSAGE_SOURCE
Source§fn clone(&self) -> tagINPUT_MESSAGE_SOURCE
fn clone(&self) -> tagINPUT_MESSAGE_SOURCE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagINPUT_MESSAGE_SOURCE
impl Debug for tagINPUT_MESSAGE_SOURCE
Source§impl Ord for tagINPUT_MESSAGE_SOURCE
impl Ord for tagINPUT_MESSAGE_SOURCE
Source§fn cmp(&self, other: &tagINPUT_MESSAGE_SOURCE) -> Ordering
fn cmp(&self, other: &tagINPUT_MESSAGE_SOURCE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagINPUT_MESSAGE_SOURCE
impl PartialEq for tagINPUT_MESSAGE_SOURCE
Source§impl PartialOrd for tagINPUT_MESSAGE_SOURCE
impl PartialOrd for tagINPUT_MESSAGE_SOURCE
impl Copy for tagINPUT_MESSAGE_SOURCE
impl Eq for tagINPUT_MESSAGE_SOURCE
impl StructuralPartialEq for tagINPUT_MESSAGE_SOURCE
Auto Trait Implementations§
impl Freeze for tagINPUT_MESSAGE_SOURCE
impl RefUnwindSafe for tagINPUT_MESSAGE_SOURCE
impl Send for tagINPUT_MESSAGE_SOURCE
impl Sync for tagINPUT_MESSAGE_SOURCE
impl Unpin for tagINPUT_MESSAGE_SOURCE
impl UnwindSafe for tagINPUT_MESSAGE_SOURCE
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