#[repr(C)]pub struct RknnInput {
pub index: u32,
pub buf: *mut c_void,
pub size: u32,
pub pass_through: u8,
pub type_: u8,
pub fmt: u8,
}Fields§
§index: u32§buf: *mut c_void§size: u32§pass_through: u8§type_: u8§fmt: u8Auto Trait Implementations§
impl Freeze for RknnInput
impl RefUnwindSafe for RknnInput
impl !Send for RknnInput
impl !Sync for RknnInput
impl Unpin for RknnInput
impl UnwindSafe for RknnInput
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