pub struct Simctl { /* private fields */ }
Expand description
Wrapper around the simctl
utility.
Implementations§
Source§impl Simctl
impl Simctl
Sourcepub fn with_developer_dir(path: &Path) -> Simctl
pub fn with_developer_dir(path: &Path) -> Simctl
Returns a new wrapper around the simctl
utility with the given
developer dir. Use this function if Xcode is not installed in the
default path or if you want to distinguish between multiple
installations of Xcode (e.g. stable and beta).
Sourcepub fn with_xcode(path: &Path) -> Simctl
pub fn with_xcode(path: &Path) -> Simctl
Returns a new wrapper around the simctl
utility with the given Xcode
path. Use this function if Xcode is not installed in the default path or
if you want to distinguish between multiple installations of Xcode (e.g.
stable and beta).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Simctl
impl RefUnwindSafe for Simctl
impl Send for Simctl
impl Sync for Simctl
impl Unpin for Simctl
impl UnwindSafe for Simctl
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