Enum spirv_tools_sys::assembler::BinaryOptions
source · [−]#[repr(u32)]
pub enum BinaryOptions {
None,
PreserveNumberIds,
}
Variants
None
PreserveNumberIds
Auto Trait Implementations
impl RefUnwindSafe for BinaryOptions
impl Send for BinaryOptions
impl Sync for BinaryOptions
impl Unpin for BinaryOptions
impl UnwindSafe for BinaryOptions
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