#[repr(C)]pub struct _rknn_input {
pub index: u32,
pub buf: *mut c_void,
pub size: u32,
pub pass_through: u8,
pub type_: rknn_tensor_type,
pub fmt: rknn_tensor_format,
}
Fields§
§index: u32
§buf: *mut c_void
§size: u32
§pass_through: u8
§type_: rknn_tensor_type
§fmt: rknn_tensor_format
Trait Implementations§
Source§impl Clone for _rknn_input
impl Clone for _rknn_input
Source§fn clone(&self) -> _rknn_input
fn clone(&self) -> _rknn_input
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 _rknn_input
impl Debug for _rknn_input
impl Copy for _rknn_input
Auto Trait Implementations§
impl Freeze for _rknn_input
impl RefUnwindSafe for _rknn_input
impl !Send for _rknn_input
impl !Sync for _rknn_input
impl Unpin for _rknn_input
impl UnwindSafe for _rknn_input
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