Enum spirv_tools::binary::Binary
source · [−]pub enum Binary {
External(ExternalBinary),
OwnedU32(Vec<u32>),
OwnedU8(Vec<u8>),
}
Variants
External(ExternalBinary)
OwnedU32(Vec<u32>)
OwnedU8(Vec<u8>)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Binary
impl !Send for Binary
impl !Sync for Binary
impl Unpin for Binary
impl UnwindSafe for Binary
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