#[repr(C)]pub struct SPEVENTSOURCEINFO {
pub ullEventInterest: ULONGLONG,
pub ullQueuedInterest: ULONGLONG,
pub ulCount: ULONG,
}
Fields§
§ullEventInterest: ULONGLONG
§ullQueuedInterest: ULONGLONG
§ulCount: ULONG
Trait Implementations§
Source§impl Clone for SPEVENTSOURCEINFO
impl Clone for SPEVENTSOURCEINFO
Source§fn clone(&self) -> SPEVENTSOURCEINFO
fn clone(&self) -> SPEVENTSOURCEINFO
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 Default for SPEVENTSOURCEINFO
impl Default for SPEVENTSOURCEINFO
Source§fn default() -> SPEVENTSOURCEINFO
fn default() -> SPEVENTSOURCEINFO
Returns the “default value” for a type. Read more
impl Copy for SPEVENTSOURCEINFO
Auto Trait Implementations§
impl Freeze for SPEVENTSOURCEINFO
impl RefUnwindSafe for SPEVENTSOURCEINFO
impl Send for SPEVENTSOURCEINFO
impl Sync for SPEVENTSOURCEINFO
impl Unpin for SPEVENTSOURCEINFO
impl UnwindSafe for SPEVENTSOURCEINFO
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