pub struct Hlsl;Available on crate feature
hlsl only.Expand description
Compile SPIR-V to HLSL.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hlsl
impl RefUnwindSafe for Hlsl
impl Send for Hlsl
impl Sync for Hlsl
impl Unpin for Hlsl
impl UnwindSafe for Hlsl
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