Struct BDA_EVENT_DATA
#[repr(C)]pub struct BDA_EVENT_DATA {
pub lResult: i32,
pub ulEventID: u32,
pub uuidEventType: GUID,
pub ulEventDataLength: u32,
pub argbEventData: [u8; 1],
}
Fields§
§lResult: i32
§ulEventID: u32
§uuidEventType: GUID
§ulEventDataLength: u32
§argbEventData: [u8; 1]
Trait Implementations§
§impl Clone for BDA_EVENT_DATA
impl Clone for BDA_EVENT_DATA
§fn clone(&self) -> BDA_EVENT_DATA
fn clone(&self) -> BDA_EVENT_DATA
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 more§impl Debug for BDA_EVENT_DATA
impl Debug for BDA_EVENT_DATA
§impl Default for BDA_EVENT_DATA
impl Default for BDA_EVENT_DATA
§impl PartialEq for BDA_EVENT_DATA
impl PartialEq for BDA_EVENT_DATA
impl Copy for BDA_EVENT_DATA
impl StructuralPartialEq for BDA_EVENT_DATA
Auto Trait Implementations§
impl Freeze for BDA_EVENT_DATA
impl RefUnwindSafe for BDA_EVENT_DATA
impl Send for BDA_EVENT_DATA
impl Sync for BDA_EVENT_DATA
impl Unpin for BDA_EVENT_DATA
impl UnwindSafe for BDA_EVENT_DATA
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