pub struct GlslOutput {
pub vertex: String,
pub fragment: String,
}
Fields§
§vertex: String
§fragment: String
Trait Implementations§
Source§impl Debug for GlslOutput
impl Debug for GlslOutput
Source§impl Default for GlslOutput
impl Default for GlslOutput
Source§fn default() -> GlslOutput
fn default() -> GlslOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GlslOutput
impl RefUnwindSafe for GlslOutput
impl Send for GlslOutput
impl Sync for GlslOutput
impl Unpin for GlslOutput
impl UnwindSafe for GlslOutput
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