#[repr(C)]pub struct TensorDependencyInfoARM {
pub s_type: StructureType,
pub next: *const c_void,
pub tensor_memory_barrier_count: u32,
pub tensor_memory_barriers: *const TensorMemoryBarrierARM,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§tensor_memory_barrier_count: u32§tensor_memory_barriers: *const TensorMemoryBarrierARMTrait 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
Source§impl Hash for TensorDependencyInfoARM
impl Hash for TensorDependencyInfoARM
Source§impl PartialEq for TensorDependencyInfoARM
impl PartialEq for TensorDependencyInfoARM
impl Copy for TensorDependencyInfoARM
impl Eq for TensorDependencyInfoARM
impl Send for TensorDependencyInfoARM
impl StructuralPartialEq for TensorDependencyInfoARM
impl Sync for TensorDependencyInfoARM
Auto Trait Implementations§
impl Freeze for TensorDependencyInfoARM
impl RefUnwindSafe for TensorDependencyInfoARM
impl Unpin 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