#[repr(C)]pub struct DescriptorGetTensorInfoARM {
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 DescriptorGetTensorInfoARM
impl Clone for DescriptorGetTensorInfoARM
Source§fn clone(&self) -> DescriptorGetTensorInfoARM
fn clone(&self) -> DescriptorGetTensorInfoARM
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 DescriptorGetTensorInfoARM
impl Debug for DescriptorGetTensorInfoARM
Source§impl Default for DescriptorGetTensorInfoARM
impl Default for DescriptorGetTensorInfoARM
Source§impl Hash for DescriptorGetTensorInfoARM
impl Hash for DescriptorGetTensorInfoARM
impl Copy for DescriptorGetTensorInfoARM
impl Eq for DescriptorGetTensorInfoARM
impl Send for DescriptorGetTensorInfoARM
impl StructuralPartialEq for DescriptorGetTensorInfoARM
impl Sync for DescriptorGetTensorInfoARM
Auto Trait Implementations§
impl Freeze for DescriptorGetTensorInfoARM
impl RefUnwindSafe for DescriptorGetTensorInfoARM
impl Unpin for DescriptorGetTensorInfoARM
impl UnwindSafe for DescriptorGetTensorInfoARM
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