pub struct Msl;Available on crate feature
msl only.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