pub struct IosProjectOptions {
pub deployment_target: IosDeploymentTarget,
pub runner: IosRunner,
pub ios_benchmark_timeout_secs: u64,
}Available on crate feature
codegen only.Expand description
Fully resolved iOS project generation options.
Fields§
§deployment_target: IosDeploymentTarget§runner: IosRunner§ios_benchmark_timeout_secs: u64Trait Implementations§
Source§impl Clone for IosProjectOptions
impl Clone for IosProjectOptions
Source§fn clone(&self) -> IosProjectOptions
fn clone(&self) -> IosProjectOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IosProjectOptions
impl Debug for IosProjectOptions
Auto Trait Implementations§
impl Freeze for IosProjectOptions
impl RefUnwindSafe for IosProjectOptions
impl Send for IosProjectOptions
impl Sync for IosProjectOptions
impl Unpin for IosProjectOptions
impl UnsafeUnpin for IosProjectOptions
impl UnwindSafe for IosProjectOptions
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