#[repr(C)]pub struct COR_PRF_EVENTPIPE_PARAM_DESC {
pub type: u32,
pub elementType: u32,
pub name: PCWSTR,
}
Fields§
§type: u32
§elementType: u32
§name: PCWSTR
Trait Implementations§
§impl Clone for COR_PRF_EVENTPIPE_PARAM_DESC
impl Clone for COR_PRF_EVENTPIPE_PARAM_DESC
§fn clone(&self) -> COR_PRF_EVENTPIPE_PARAM_DESC
fn clone(&self) -> COR_PRF_EVENTPIPE_PARAM_DESC
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 COR_PRF_EVENTPIPE_PARAM_DESC
impl Debug for COR_PRF_EVENTPIPE_PARAM_DESC
§impl Default for COR_PRF_EVENTPIPE_PARAM_DESC
impl Default for COR_PRF_EVENTPIPE_PARAM_DESC
§impl PartialEq for COR_PRF_EVENTPIPE_PARAM_DESC
impl PartialEq for COR_PRF_EVENTPIPE_PARAM_DESC
§fn eq(&self, other: &COR_PRF_EVENTPIPE_PARAM_DESC) -> bool
fn eq(&self, other: &COR_PRF_EVENTPIPE_PARAM_DESC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for COR_PRF_EVENTPIPE_PARAM_DESC
impl Eq for COR_PRF_EVENTPIPE_PARAM_DESC
impl StructuralPartialEq for COR_PRF_EVENTPIPE_PARAM_DESC
Auto Trait Implementations§
impl Freeze for COR_PRF_EVENTPIPE_PARAM_DESC
impl RefUnwindSafe for COR_PRF_EVENTPIPE_PARAM_DESC
impl !Send for COR_PRF_EVENTPIPE_PARAM_DESC
impl !Sync for COR_PRF_EVENTPIPE_PARAM_DESC
impl Unpin for COR_PRF_EVENTPIPE_PARAM_DESC
impl UnwindSafe for COR_PRF_EVENTPIPE_PARAM_DESC
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)