pub struct GlslOptions {
pub use_ovr_multiview: bool,
pub use_uniform_buffers: bool,
pub use_inout: bool,
}
Fields§
§use_ovr_multiview: bool
§use_uniform_buffers: bool
§use_inout: bool
Trait Implementations§
Source§impl Clone for GlslOptions
impl Clone for GlslOptions
Source§fn clone(&self) -> GlslOptions
fn clone(&self) -> GlslOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GlslOptions
Auto Trait Implementations§
impl Freeze for GlslOptions
impl RefUnwindSafe for GlslOptions
impl Send for GlslOptions
impl Sync for GlslOptions
impl Unpin for GlslOptions
impl UnwindSafe for GlslOptions
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