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