pub struct Config { /* private fields */ }
Implementations§
source§impl Config
impl Config
pub fn from_raw(app: App, raw: Option<Raw>) -> Result<Self, Error>
pub fn app(&self) -> &App
pub fn logcat_filter_specs(&self) -> &[String]
pub fn so_name(&self) -> String
pub fn min_sdk_version(&self) -> u32
pub fn project_dir(&self) -> PathBuf
pub fn project_dir_exists(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl !RefUnwindSafe for Config
impl !Send for Config
impl !Sync for Config
impl Unpin for Config
impl !UnwindSafe for Config
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)