pub struct StageDesc {
pub name: Option<&'static str>,
pub shader: &'static str,
pub entrypoint: &'static str,
}Fields§
§name: Option<&'static str>§shader: &'static str§entrypoint: &'static strAuto Trait Implementations§
impl Freeze for StageDesc
impl RefUnwindSafe for StageDesc
impl Send for StageDesc
impl Sync for StageDesc
impl Unpin for StageDesc
impl UnwindSafe for StageDesc
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