Struct spirv_cross2::targets::Msl
source · pub struct Msl;Expand description
Compile SPIR-V to Metal Shading Language (MSL).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Msl
impl RefUnwindSafe for Msl
impl Send for Msl
impl Sync for Msl
impl Unpin for Msl
impl UnwindSafe for Msl
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