Struct spirv_cross2::reflect::ArraySizeHole
source · pub struct ArraySizeHole { /* private fields */ }Expand description
A size hole requiring the number of elements in a runtime array.
This hole must be resolved with the size of the array.
Trait Implementations§
source§impl Clone for ArraySizeHole
impl Clone for ArraySizeHole
source§fn clone(&self) -> ArraySizeHole
fn clone(&self) -> ArraySizeHole
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 ArraySizeHole
impl Debug for ArraySizeHole
source§impl ResolveSize for ArraySizeHole
impl ResolveSize for ArraySizeHole
Auto Trait Implementations§
impl Freeze for ArraySizeHole
impl RefUnwindSafe for ArraySizeHole
impl Send for ArraySizeHole
impl Sync for ArraySizeHole
impl Unpin for ArraySizeHole
impl UnwindSafe for ArraySizeHole
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)