pub struct ShaderAnalyseOptions {
pub no_const_collapse: bool,
}
Fields§
§no_const_collapse: bool
Trait Implementations§
source§impl Clone for ShaderAnalyseOptions
impl Clone for ShaderAnalyseOptions
source§fn clone(&self) -> ShaderAnalyseOptions
fn clone(&self) -> ShaderAnalyseOptions
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 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§
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