Struct dinghy_lib::device::host::HostDevice
source · pub struct HostDevice { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for HostDevice
impl Debug for HostDevice
sourceimpl Device for HostDevice
impl Device for HostDevice
fn clean_app(&self, _build_bundle: &BuildBundle) -> Result<()>
fn debug_app(
&self,
_project: &Project,
_build: &Build,
_args: &[&str],
_envs: &[&str]
) -> Result<BuildBundle>
fn id(&self) -> &str
fn name(&self) -> &str
fn run_app(
&self,
project: &Project,
build: &Build,
args: &[&str],
envs: &[&str]
) -> Result<Vec<BuildBundle>>
fn start_remote_lldb(&self) -> Result<String>
sourceimpl DeviceCompatibility for HostDevice
impl DeviceCompatibility for HostDevice
fn is_compatible_with_host_platform(&self, _platform: &HostPlatform) -> bool
fn is_compatible_with_regular_platform(
&self,
_platform: &RegularPlatform
) -> bool
Auto Trait Implementations
impl !RefUnwindSafe for HostDevice
impl !Send for HostDevice
impl !Sync for HostDevice
impl Unpin for HostDevice
impl !UnwindSafe for HostDevice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more