#[repr(C)]pub struct DescriptorGetTensorInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub tensor_view: TensorViewARM,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DESCRIPTOR_GET_TENSOR_INFO_ARM.
p_next: *const c_voidOptional, may be null.
tensor_view: TensorViewARMImplementations§
Source§impl DescriptorGetTensorInfoARM
impl DescriptorGetTensorInfoARM
Sourcepub fn builder<'a>() -> DescriptorGetTensorInfoARMBuilder<'a>
pub fn builder<'a>() -> DescriptorGetTensorInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DescriptorGetTensorInfoARM
impl Clone for DescriptorGetTensorInfoARM
Source§fn clone(&self) -> DescriptorGetTensorInfoARM
fn clone(&self) -> DescriptorGetTensorInfoARM
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 DescriptorGetTensorInfoARM
impl Debug for DescriptorGetTensorInfoARM
Source§impl Default for DescriptorGetTensorInfoARM
impl Default for DescriptorGetTensorInfoARM
impl Copy for DescriptorGetTensorInfoARM
impl ExtendsDescriptorGetInfoEXT for DescriptorGetTensorInfoARM
Auto Trait Implementations§
impl Freeze for DescriptorGetTensorInfoARM
impl RefUnwindSafe for DescriptorGetTensorInfoARM
impl !Send for DescriptorGetTensorInfoARM
impl !Sync for DescriptorGetTensorInfoARM
impl Unpin for DescriptorGetTensorInfoARM
impl UnsafeUnpin for DescriptorGetTensorInfoARM
impl UnwindSafe for DescriptorGetTensorInfoARM
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