#[repr(C)]pub struct VkDescriptorGetTensorInfoARM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub tensorView: VkTensorViewARM,
}Expand description
struct VkDescriptorGetTensorInfoARM from VK_ARM_tensors
Fields§
§sType: VkStructureType§pNext: *const c_void§tensorView: VkTensorViewARMTrait Implementations§
Source§impl Clone for VkDescriptorGetTensorInfoARM
impl Clone for VkDescriptorGetTensorInfoARM
Source§fn clone(&self) -> VkDescriptorGetTensorInfoARM
fn clone(&self) -> VkDescriptorGetTensorInfoARM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkDescriptorGetTensorInfoARM
Auto Trait Implementations§
impl !Send for VkDescriptorGetTensorInfoARM
impl !Sync for VkDescriptorGetTensorInfoARM
impl Freeze for VkDescriptorGetTensorInfoARM
impl RefUnwindSafe for VkDescriptorGetTensorInfoARM
impl Unpin for VkDescriptorGetTensorInfoARM
impl UnsafeUnpin for VkDescriptorGetTensorInfoARM
impl UnwindSafe for VkDescriptorGetTensorInfoARM
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