pub struct MslLowering { /* private fields */ }Expand description
MSL code generator.
Implementations§
Source§impl MslLowering
impl MslLowering
Sourcepub fn new(config: MslLoweringConfig) -> Self
pub fn new(config: MslLoweringConfig) -> Self
Create a new MSL lowering pass.
Auto Trait Implementations§
impl Freeze for MslLowering
impl RefUnwindSafe for MslLowering
impl Send for MslLowering
impl Sync for MslLowering
impl Unpin for MslLowering
impl UnwindSafe for MslLowering
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