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