#[repr(C)]pub struct Helloworldinterface2InternalInterface {
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 Helloworldinterface2InternalInterface
impl RefUnwindSafe for Helloworldinterface2InternalInterface
impl Send for Helloworldinterface2InternalInterface
impl Sync for Helloworldinterface2InternalInterface
impl Unpin for Helloworldinterface2InternalInterface
impl UnwindSafe for Helloworldinterface2InternalInterface
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