Struct ExGetSpirv
pub struct ExGetSpirv<'a> { /* private fields */ }
Expand description
Default-param extender for RdShaderFile::get_spirv_ex
.
Implementations§
§impl<'a> ExGetSpirv<'a>
impl<'a> ExGetSpirv<'a>
pub fn version(self, value: StringName) -> ExGetSpirv<'a>
pub fn done(self) -> Option<Gd<RdShaderSpirv>>
Auto Trait Implementations§
impl<'a> Freeze for ExGetSpirv<'a>
impl<'a> RefUnwindSafe for ExGetSpirv<'a>
impl<'a> !Send for ExGetSpirv<'a>
impl<'a> !Sync for ExGetSpirv<'a>
impl<'a> Unpin for ExGetSpirv<'a>
impl<'a> UnwindSafe for ExGetSpirv<'a>
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