#[repr(C)]pub struct VkTensorDependencyInfoARM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub tensorMemoryBarrierCount: u32,
pub pTensorMemoryBarriers: *const VkTensorMemoryBarrierARM,
}Expand description
struct VkTensorDependencyInfoARM from VK_ARM_tensors
Fields§
§sType: VkStructureType§pNext: *const c_void§tensorMemoryBarrierCount: u32§pTensorMemoryBarriers: *const VkTensorMemoryBarrierARMTrait Implementations§
Source§impl Clone for VkTensorDependencyInfoARM
impl Clone for VkTensorDependencyInfoARM
Source§fn clone(&self) -> VkTensorDependencyInfoARM
fn clone(&self) -> VkTensorDependencyInfoARM
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 VkTensorDependencyInfoARM
Auto Trait Implementations§
impl !Send for VkTensorDependencyInfoARM
impl !Sync for VkTensorDependencyInfoARM
impl Freeze for VkTensorDependencyInfoARM
impl RefUnwindSafe for VkTensorDependencyInfoARM
impl Unpin for VkTensorDependencyInfoARM
impl UnsafeUnpin for VkTensorDependencyInfoARM
impl UnwindSafe for VkTensorDependencyInfoARM
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