Enum spirv_builder::MetadataPrintout
source · pub enum MetadataPrintout {
None,
DependencyOnly,
Full,
}
Variants§
None
Print no cargo metadata.
DependencyOnly
Print only dependency information (eg for multiple modules).
Full
Print all cargo metadata.
Includes dependency information and spirv environment variable.
Trait Implementations§
source§impl Clone for MetadataPrintout
impl Clone for MetadataPrintout
source§fn clone(&self) -> MetadataPrintout
fn clone(&self) -> MetadataPrintout
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 moresource§impl Debug for MetadataPrintout
impl Debug for MetadataPrintout
source§impl PartialEq for MetadataPrintout
impl PartialEq for MetadataPrintout
source§fn eq(&self, other: &MetadataPrintout) -> bool
fn eq(&self, other: &MetadataPrintout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MetadataPrintout
impl Eq for MetadataPrintout
impl StructuralPartialEq for MetadataPrintout
Auto Trait Implementations§
impl Freeze for MetadataPrintout
impl RefUnwindSafe for MetadataPrintout
impl Send for MetadataPrintout
impl Sync for MetadataPrintout
impl Unpin for MetadataPrintout
impl UnwindSafe for MetadataPrintout
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