Struct librashader_reflect::back::targets::DXIL
source · pub struct DXIL;Expand description
Shader compiler target for DXIL.
The resulting DXIL object is always unvalidated and must be validated using platform APIs before usage.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DXIL
impl RefUnwindSafe for DXIL
impl Send for DXIL
impl Sync for DXIL
impl Unpin for DXIL
impl UnwindSafe for DXIL
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