Struct spirq_core::parse::bin::SpirvBinary
source · pub struct SpirvBinary(/* private fields */);Expand description
SPIR-V program binary.
Implementations§
source§impl SpirvBinary
impl SpirvBinary
Trait Implementations§
source§impl Clone for SpirvBinary
impl Clone for SpirvBinary
source§fn clone(&self) -> SpirvBinary
fn clone(&self) -> SpirvBinary
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 SpirvBinary
impl Debug for SpirvBinary
source§impl Default for SpirvBinary
impl Default for SpirvBinary
source§fn default() -> SpirvBinary
fn default() -> SpirvBinary
Returns the “default value” for a type. Read more
source§impl From<&[u32]> for SpirvBinary
impl From<&[u32]> for SpirvBinary
source§impl From<&[u8]> for SpirvBinary
impl From<&[u8]> for SpirvBinary
source§impl FromIterator<u32> for SpirvBinary
impl FromIterator<u32> for SpirvBinary
Auto Trait Implementations§
impl RefUnwindSafe for SpirvBinary
impl Send for SpirvBinary
impl Sync for SpirvBinary
impl Unpin for SpirvBinary
impl UnwindSafe for SpirvBinary
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