Struct windows_sys::Win32::Graphics::Direct3D::Dxc::DxcArgPair
[−]Expand description
Required features: "Win32_Graphics_Direct3D_Dxc"
Fields
pName: PCWSTR
pValue: PCWSTR
Trait Implementations
impl Clone for DxcArgPair
impl Clone for DxcArgPair
impl Copy for DxcArgPair
Auto Trait Implementations
impl RefUnwindSafe for DxcArgPair
impl !Send for DxcArgPair
impl !Sync for DxcArgPair
impl Unpin for DxcArgPair
impl UnwindSafe for DxcArgPair
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