pub struct IntifaceEngine { /* private fields */ }
Implementations§
Source§impl IntifaceEngine
impl IntifaceEngine
pub fn backdoor_server(&self) -> Option<Arc<BackdoorServer>>
pub async fn run( &self, options: &EngineOptions, frontend: Option<Arc<dyn Frontend>>, dcm: &Option<Arc<DeviceConfigurationManager>>, ) -> Result<(), IntifaceEngineError>
pub fn stop(&self)
Trait Implementations§
Source§impl Default for IntifaceEngine
impl Default for IntifaceEngine
Source§fn default() -> IntifaceEngine
fn default() -> IntifaceEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for IntifaceEngine
impl RefUnwindSafe for IntifaceEngine
impl Send for IntifaceEngine
impl Sync for IntifaceEngine
impl Unpin for IntifaceEngine
impl UnwindSafe for IntifaceEngine
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