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