#[repr(C)]pub struct TensorViewCreateInfoARM {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub flags: TensorViewCreateFlagsARM,
    pub tensor: TensorARM,
    pub format: Format,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: TensorViewCreateFlagsARM§tensor: TensorARM§format: FormatTrait Implementations§
Source§impl Clone for TensorViewCreateInfoARM
 
impl Clone for TensorViewCreateInfoARM
Source§fn clone(&self) -> TensorViewCreateInfoARM
 
fn clone(&self) -> TensorViewCreateInfoARM
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 TensorViewCreateInfoARM
 
impl Debug for TensorViewCreateInfoARM
Source§impl Default for TensorViewCreateInfoARM
 
impl Default for TensorViewCreateInfoARM
Source§impl Hash for TensorViewCreateInfoARM
 
impl Hash for TensorViewCreateInfoARM
Source§impl PartialEq for TensorViewCreateInfoARM
 
impl PartialEq for TensorViewCreateInfoARM
impl Copy for TensorViewCreateInfoARM
impl Eq for TensorViewCreateInfoARM
impl Send for TensorViewCreateInfoARM
impl StructuralPartialEq for TensorViewCreateInfoARM
impl Sync for TensorViewCreateInfoARM
Auto Trait Implementations§
impl Freeze for TensorViewCreateInfoARM
impl RefUnwindSafe for TensorViewCreateInfoARM
impl Unpin for TensorViewCreateInfoARM
impl UnwindSafe for TensorViewCreateInfoARM
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