#[repr(C)]pub struct WriteDescriptorSetTensorARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub tensor_view_count: u32,
pub p_tensor_views: *const TensorViewARM,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_TENSOR_ARM.
p_next: *const c_voidOptional, may be null.
tensor_view_count: u32Length of p_tensor_views.
p_tensor_views: *const TensorViewARMOptional, may be null.
Implementations§
Source§impl WriteDescriptorSetTensorARM
impl WriteDescriptorSetTensorARM
Sourcepub fn builder<'a>() -> WriteDescriptorSetTensorARMBuilder<'a>
pub fn builder<'a>() -> WriteDescriptorSetTensorARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for WriteDescriptorSetTensorARM
impl Clone for WriteDescriptorSetTensorARM
Source§fn clone(&self) -> WriteDescriptorSetTensorARM
fn clone(&self) -> WriteDescriptorSetTensorARM
Returns a duplicate 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 WriteDescriptorSetTensorARM
impl Debug for WriteDescriptorSetTensorARM
impl Copy for WriteDescriptorSetTensorARM
impl ExtendsWriteDescriptorSet for WriteDescriptorSetTensorARM
Auto Trait Implementations§
impl Freeze for WriteDescriptorSetTensorARM
impl RefUnwindSafe for WriteDescriptorSetTensorARM
impl !Send for WriteDescriptorSetTensorARM
impl !Sync for WriteDescriptorSetTensorARM
impl Unpin for WriteDescriptorSetTensorARM
impl UnsafeUnpin for WriteDescriptorSetTensorARM
impl UnwindSafe for WriteDescriptorSetTensorARM
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