#[repr(C)]pub struct CLASSIC_EVENT_ID {
pub EventGuid: GUID,
pub Type: UCHAR,
pub Reserved: [UCHAR; 7],
}
Fields
EventGuid: GUID
Type: UCHAR
Reserved: [UCHAR; 7]
Trait Implementations
sourceimpl Clone for CLASSIC_EVENT_ID
impl Clone for CLASSIC_EVENT_ID
sourcefn clone(&self) -> CLASSIC_EVENT_ID
fn clone(&self) -> CLASSIC_EVENT_ID
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for CLASSIC_EVENT_ID
Auto Trait Implementations
impl RefUnwindSafe for CLASSIC_EVENT_ID
impl Send for CLASSIC_EVENT_ID
impl Sync for CLASSIC_EVENT_ID
impl Unpin for CLASSIC_EVENT_ID
impl UnwindSafe for CLASSIC_EVENT_ID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more