#[repr(C)]pub struct DxcArgPair {
pub pName: PCWSTR,
pub pValue: PCWSTR,
}
Fields§
§pName: PCWSTR
§pValue: PCWSTR
Trait Implementations§
§impl Clone for DxcArgPair
impl Clone for DxcArgPair
§fn clone(&self) -> DxcArgPair
fn clone(&self) -> DxcArgPair
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 DxcArgPair
impl Debug for DxcArgPair
§impl PartialEq for DxcArgPair
impl PartialEq for DxcArgPair
§fn eq(&self, other: &DxcArgPair) -> bool
fn eq(&self, other: &DxcArgPair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DxcArgPair
impl Eq for DxcArgPair
impl StructuralPartialEq for DxcArgPair
Auto Trait Implementations§
impl Freeze for DxcArgPair
impl RefUnwindSafe for DxcArgPair
impl !Send for DxcArgPair
impl !Sync for DxcArgPair
impl Unpin for DxcArgPair
impl UnwindSafe for DxcArgPair
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
)