#[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 (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 TensorViewCreateInfoARM
Source§impl Debug for TensorViewCreateInfoARM
impl Debug for TensorViewCreateInfoARM
Source§impl Default for TensorViewCreateInfoARM
impl Default for TensorViewCreateInfoARM
impl Eq for TensorViewCreateInfoARM
Source§impl Hash for TensorViewCreateInfoARM
impl Hash for TensorViewCreateInfoARM
Source§impl PartialEq for TensorViewCreateInfoARM
impl PartialEq for TensorViewCreateInfoARM
Source§fn eq(&self, other: &TensorViewCreateInfoARM) -> bool
fn eq(&self, other: &TensorViewCreateInfoARM) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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