#[repr(C)]pub struct CortexHostApi {
pub abi_version: u32,
}Expand description
Host table supplied to a native plugin during initialization.
Fields§
§abi_version: u32Runtime-supported native ABI version.
Auto Trait Implementations§
impl Freeze for CortexHostApi
impl RefUnwindSafe for CortexHostApi
impl Send for CortexHostApi
impl Sync for CortexHostApi
impl Unpin for CortexHostApi
impl UnsafeUnpin for CortexHostApi
impl UnwindSafe for CortexHostApi
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