Enum spirv_tools_sys::assembler::BinaryOptions
source · #[repr(u32)]pub enum BinaryOptions {
None,
PreserveNumberIds,
}
Variants§
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§
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