Struct NEW_EVENT_DATA_AVAILABLE
#[repr(C, packed(1))]pub struct NEW_EVENT_DATA_AVAILABLE {
pub cbNewEventDataAvailable: u32,
pub dwVersion: u32,
}
Fields§
§cbNewEventDataAvailable: u32
§dwVersion: u32
Trait Implementations§
§impl Clone for NEW_EVENT_DATA_AVAILABLE
impl Clone for NEW_EVENT_DATA_AVAILABLE
§fn clone(&self) -> NEW_EVENT_DATA_AVAILABLE
fn clone(&self) -> NEW_EVENT_DATA_AVAILABLE
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 Default for NEW_EVENT_DATA_AVAILABLE
impl Default for NEW_EVENT_DATA_AVAILABLE
impl Copy for NEW_EVENT_DATA_AVAILABLE
Auto Trait Implementations§
impl Freeze for NEW_EVENT_DATA_AVAILABLE
impl RefUnwindSafe for NEW_EVENT_DATA_AVAILABLE
impl Send for NEW_EVENT_DATA_AVAILABLE
impl Sync for NEW_EVENT_DATA_AVAILABLE
impl Unpin for NEW_EVENT_DATA_AVAILABLE
impl UnwindSafe for NEW_EVENT_DATA_AVAILABLE
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