Struct spirv_cross2::compile::NoOptions
source · pub struct NoOptions;Expand description
No compilation options.
Used for compiler backends that take no options.
Trait Implementations§
impl CompilerOptions for NoOptions
Auto Trait Implementations§
impl Freeze for NoOptions
impl RefUnwindSafe for NoOptions
impl Send for NoOptions
impl Sync for NoOptions
impl Unpin for NoOptions
impl UnwindSafe for NoOptions
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