#[repr(C)]pub struct Helloworld2interface2InternalInterface {
pub say2: 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§
§say2: Option<extern "C" fn(obj: *mut ConfObject)>
The internal interface field
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Helloworld2interface2InternalInterface
impl RefUnwindSafe for Helloworld2interface2InternalInterface
impl Send for Helloworld2interface2InternalInterface
impl Sync for Helloworld2interface2InternalInterface
impl Unpin for Helloworld2interface2InternalInterface
impl UnwindSafe for Helloworld2interface2InternalInterface
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