Struct LINEMESSAGE
#[repr(C, packed(1))]pub struct LINEMESSAGE {
pub hDevice: u32,
pub dwMessageID: u32,
pub dwCallbackInstance: usize,
pub dwParam1: usize,
pub dwParam2: usize,
pub dwParam3: usize,
}
Fields§
§hDevice: u32
§dwMessageID: u32
§dwCallbackInstance: usize
§dwParam1: usize
§dwParam2: usize
§dwParam3: usize
Trait Implementations§
§impl Clone for LINEMESSAGE
impl Clone for LINEMESSAGE
§fn clone(&self) -> LINEMESSAGE
fn clone(&self) -> LINEMESSAGE
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 moreimpl Copy for LINEMESSAGE
Auto Trait Implementations§
impl Freeze for LINEMESSAGE
impl RefUnwindSafe for LINEMESSAGE
impl Send for LINEMESSAGE
impl Sync for LINEMESSAGE
impl Unpin for LINEMESSAGE
impl UnwindSafe for LINEMESSAGE
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