#[repr(C)]pub struct HelloworldinterfaceInternalInterface {
pub say: Option<extern "C" fn(obj: *mut ConfObject)>,
}
Expand description
The internal interface for the interface, which contains all the function pointers called from the simulator
Fields§
§say: Option<extern "C" fn(obj: *mut ConfObject)>
The internal interface field
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelloworldinterfaceInternalInterface
impl RefUnwindSafe for HelloworldinterfaceInternalInterface
impl Send for HelloworldinterfaceInternalInterface
impl Sync for HelloworldinterfaceInternalInterface
impl Unpin for HelloworldinterfaceInternalInterface
impl UnwindSafe for HelloworldinterfaceInternalInterface
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