#[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 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 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