Struct spirv_tools::binary::external::ExternalBinary
source · [−]pub struct ExternalBinary { /* private fields */ }
Trait Implementations
sourceimpl AsRef<[u32]> for ExternalBinary
impl AsRef<[u32]> for ExternalBinary
sourceimpl 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
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