Struct windows_sys::Win32::Graphics::Direct3D::Dxc::DxcShaderHash
[−]Expand description
Required features: "Win32_Graphics_Direct3D_Dxc"
Fields
Flags: u32
HashDigest: [u8; 16]
Trait Implementations
impl Clone for DxcShaderHash
impl Clone for DxcShaderHash
impl Copy for DxcShaderHash
Auto Trait Implementations
impl RefUnwindSafe for DxcShaderHash
impl Send for DxcShaderHash
impl Sync for DxcShaderHash
impl Unpin for DxcShaderHash
impl UnwindSafe for DxcShaderHash
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