#[repr(C)]pub struct TensorViewCaptureDescriptorDataInfoARM {
pub s_type: StructureType,
pub next: *const c_void,
pub tensor_view: TensorViewARM,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§tensor_view: TensorViewARMTrait Implementations§
Source§impl Cast for TensorViewCaptureDescriptorDataInfoARM
impl Cast for TensorViewCaptureDescriptorDataInfoARM
Source§type Target = TensorViewCaptureDescriptorDataInfoARM
type Target = TensorViewCaptureDescriptorDataInfoARM
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for TensorViewCaptureDescriptorDataInfoARM
impl Clone for TensorViewCaptureDescriptorDataInfoARM
Source§fn clone(&self) -> TensorViewCaptureDescriptorDataInfoARM
fn clone(&self) -> TensorViewCaptureDescriptorDataInfoARM
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 Default for TensorViewCaptureDescriptorDataInfoARM
impl Default for TensorViewCaptureDescriptorDataInfoARM
Source§fn default() -> TensorViewCaptureDescriptorDataInfoARM
fn default() -> TensorViewCaptureDescriptorDataInfoARM
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for TensorViewCaptureDescriptorDataInfoARM
impl HasBuilder<'static> for TensorViewCaptureDescriptorDataInfoARM
Source§impl InputChainStruct for TensorViewCaptureDescriptorDataInfoARM
impl InputChainStruct for TensorViewCaptureDescriptorDataInfoARM
Source§const TYPE: StructureType = StructureType::TENSOR_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_ARM
const TYPE: StructureType = StructureType::TENSOR_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_ARM
The structure type for this struct type.
Source§fn s_type(&self) -> StructureType
fn s_type(&self) -> StructureType
The structure type for this struct.
Source§impl PartialEq for TensorViewCaptureDescriptorDataInfoARM
impl PartialEq for TensorViewCaptureDescriptorDataInfoARM
Source§fn eq(&self, other: &TensorViewCaptureDescriptorDataInfoARM) -> bool
fn eq(&self, other: &TensorViewCaptureDescriptorDataInfoARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TensorViewCaptureDescriptorDataInfoARM
impl Eq for TensorViewCaptureDescriptorDataInfoARM
impl Send for TensorViewCaptureDescriptorDataInfoARM
impl StructuralPartialEq for TensorViewCaptureDescriptorDataInfoARM
impl Sync for TensorViewCaptureDescriptorDataInfoARM
Auto Trait Implementations§
impl Freeze for TensorViewCaptureDescriptorDataInfoARM
impl RefUnwindSafe for TensorViewCaptureDescriptorDataInfoARM
impl Unpin for TensorViewCaptureDescriptorDataInfoARM
impl UnwindSafe for TensorViewCaptureDescriptorDataInfoARM
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