#[repr(C)]pub struct RknnOutput {
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: u32Implementations§
Trait Implementations§
Source§impl Clone for RknnOutput
impl Clone for RknnOutput
Source§fn clone(&self) -> RknnOutput
fn clone(&self) -> RknnOutput
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 moreAuto Trait Implementations§
impl Freeze for RknnOutput
impl RefUnwindSafe for RknnOutput
impl !Send for RknnOutput
impl !Sync for RknnOutput
impl Unpin for RknnOutput
impl UnwindSafe for RknnOutput
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