Struct spirv_tools::binary::external::ExternalBinary
source · pub struct ExternalBinary { /* private fields */ }
Trait Implementations§
source§impl AsRef<[u32]> for ExternalBinary
impl AsRef<[u32]> for ExternalBinary
source§impl AsRef<[u8]> for ExternalBinary
impl AsRef<[u8]> for ExternalBinary
Auto Trait Implementations§
impl RefUnwindSafe for ExternalBinary
impl !Send for ExternalBinary
impl !Sync for ExternalBinary
impl Unpin for ExternalBinary
impl UnwindSafe for ExternalBinary
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