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