Struct DxcArgPair
#[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
impl Copy 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