#[repr(C)]pub struct TensorMemoryBarrierARM {
pub s_type: StructureType,
pub next: *const c_void,
pub src_stage_mask: PipelineStageFlags2,
pub src_access_mask: AccessFlags2,
pub dst_stage_mask: PipelineStageFlags2,
pub dst_access_mask: AccessFlags2,
pub src_queue_family_index: u32,
pub dst_queue_family_index: u32,
pub tensor: TensorARM,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§src_stage_mask: PipelineStageFlags2§src_access_mask: AccessFlags2§dst_stage_mask: PipelineStageFlags2§dst_access_mask: AccessFlags2§src_queue_family_index: u32§dst_queue_family_index: u32§tensor: TensorARMTrait Implementations§
Source§impl Clone for TensorMemoryBarrierARM
impl Clone for TensorMemoryBarrierARM
Source§fn clone(&self) -> TensorMemoryBarrierARM
fn clone(&self) -> TensorMemoryBarrierARM
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 TensorMemoryBarrierARM
Source§impl Debug for TensorMemoryBarrierARM
impl Debug for TensorMemoryBarrierARM
Source§impl Default for TensorMemoryBarrierARM
impl Default for TensorMemoryBarrierARM
impl Eq for TensorMemoryBarrierARM
Source§impl Hash for TensorMemoryBarrierARM
impl Hash for TensorMemoryBarrierARM
Source§impl PartialEq for TensorMemoryBarrierARM
impl PartialEq for TensorMemoryBarrierARM
Source§fn eq(&self, other: &TensorMemoryBarrierARM) -> bool
fn eq(&self, other: &TensorMemoryBarrierARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for TensorMemoryBarrierARM
impl StructuralPartialEq for TensorMemoryBarrierARM
impl Sync for TensorMemoryBarrierARM
Auto Trait Implementations§
impl Freeze for TensorMemoryBarrierARM
impl RefUnwindSafe for TensorMemoryBarrierARM
impl Unpin for TensorMemoryBarrierARM
impl UnsafeUnpin for TensorMemoryBarrierARM
impl UnwindSafe for TensorMemoryBarrierARM
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