#[repr(C)]pub struct TensorViewCaptureDescriptorDataInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub tensor_view: TensorViewARM,
}Expand description
VkTensorViewCaptureDescriptorDataInfoARM
Provided by VK_ARM_tensors.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_TENSOR_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_ARM.
p_next: *const c_voidOptional, may be null.
tensor_view: TensorViewARMImplementations§
Source§impl TensorViewCaptureDescriptorDataInfoARM
impl TensorViewCaptureDescriptorDataInfoARM
Sourcepub fn builder<'a>() -> TensorViewCaptureDescriptorDataInfoARMBuilder<'a>
pub fn builder<'a>() -> TensorViewCaptureDescriptorDataInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for TensorViewCaptureDescriptorDataInfoARM
impl Clone for TensorViewCaptureDescriptorDataInfoARM
Source§fn clone(&self) -> TensorViewCaptureDescriptorDataInfoARM
fn clone(&self) -> TensorViewCaptureDescriptorDataInfoARM
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 Default for TensorViewCaptureDescriptorDataInfoARM
impl Default for TensorViewCaptureDescriptorDataInfoARM
Source§fn default() -> TensorViewCaptureDescriptorDataInfoARM
fn default() -> TensorViewCaptureDescriptorDataInfoARM
Returns the “default value” for a type. Read more
impl Copy for TensorViewCaptureDescriptorDataInfoARM
Auto Trait Implementations§
impl Freeze for TensorViewCaptureDescriptorDataInfoARM
impl RefUnwindSafe for TensorViewCaptureDescriptorDataInfoARM
impl !Send for TensorViewCaptureDescriptorDataInfoARM
impl !Sync for TensorViewCaptureDescriptorDataInfoARM
impl Unpin for TensorViewCaptureDescriptorDataInfoARM
impl UnsafeUnpin for TensorViewCaptureDescriptorDataInfoARM
impl UnwindSafe for TensorViewCaptureDescriptorDataInfoARM
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