#[repr(C)]pub struct TensorViewCreateInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: TensorViewCreateFlagsARM,
pub tensor: TensorARM,
pub format: Format,
}Expand description
VkTensorViewCreateInfoARM
Provided by VK_EXT_descriptor_heap.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_TENSOR_VIEW_CREATE_INFO_ARM.
p_next: *const c_voidOptional, may be null.
flags: TensorViewCreateFlagsARM§tensor: TensorARM§format: FormatImplementations§
Source§impl TensorViewCreateInfoARM
impl TensorViewCreateInfoARM
Sourcepub fn builder<'a>() -> TensorViewCreateInfoARMBuilder<'a>
pub fn builder<'a>() -> TensorViewCreateInfoARMBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for TensorViewCreateInfoARM
impl Clone for TensorViewCreateInfoARM
Source§fn clone(&self) -> TensorViewCreateInfoARM
fn clone(&self) -> TensorViewCreateInfoARM
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 TensorViewCreateInfoARM
impl Debug for TensorViewCreateInfoARM
Source§impl Default for TensorViewCreateInfoARM
impl Default for TensorViewCreateInfoARM
impl Copy for TensorViewCreateInfoARM
Auto Trait Implementations§
impl Freeze for TensorViewCreateInfoARM
impl RefUnwindSafe for TensorViewCreateInfoARM
impl !Send for TensorViewCreateInfoARM
impl !Sync for TensorViewCreateInfoARM
impl Unpin for TensorViewCreateInfoARM
impl UnsafeUnpin for TensorViewCreateInfoARM
impl UnwindSafe for TensorViewCreateInfoARM
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