#[repr(C)]pub struct RknnSdkVersion {
pub api_version: [u8; 256],
pub drv_version: [u8; 256],
}Fields§
§api_version: [u8; 256]§drv_version: [u8; 256]Auto Trait Implementations§
impl Freeze for RknnSdkVersion
impl RefUnwindSafe for RknnSdkVersion
impl Send for RknnSdkVersion
impl Sync for RknnSdkVersion
impl Unpin for RknnSdkVersion
impl UnwindSafe for RknnSdkVersion
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