#[repr(C)]pub struct VkWriteDescriptorSetTensorARM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub tensorViewCount: u32,
pub pTensorViews: *const VkTensorViewARM,
}Fields§
§sType: VkStructureType§pNext: *const c_void§tensorViewCount: u32§pTensorViews: *const VkTensorViewARMTrait Implementations§
Source§impl Clone for VkWriteDescriptorSetTensorARM
impl Clone for VkWriteDescriptorSetTensorARM
Source§fn clone(&self) -> VkWriteDescriptorSetTensorARM
fn clone(&self) -> VkWriteDescriptorSetTensorARM
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 moreimpl Copy for VkWriteDescriptorSetTensorARM
Auto Trait Implementations§
impl Freeze for VkWriteDescriptorSetTensorARM
impl RefUnwindSafe for VkWriteDescriptorSetTensorARM
impl !Send for VkWriteDescriptorSetTensorARM
impl !Sync for VkWriteDescriptorSetTensorARM
impl Unpin for VkWriteDescriptorSetTensorARM
impl UnwindSafe for VkWriteDescriptorSetTensorARM
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