pub struct ShaderAnalyseOptions {
pub no_const_collapse: bool,
}
Fields
no_const_collapse: bool
Trait Implementations
sourceimpl Clone for ShaderAnalyseOptions
impl Clone for ShaderAnalyseOptions
sourcefn clone(&self) -> ShaderAnalyseOptions
fn clone(&self) -> ShaderAnalyseOptions
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ShaderAnalyseOptions
Auto Trait Implementations
impl RefUnwindSafe for ShaderAnalyseOptions
impl Send for ShaderAnalyseOptions
impl Sync for ShaderAnalyseOptions
impl Unpin for ShaderAnalyseOptions
impl UnwindSafe for ShaderAnalyseOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more