pub struct GetDeviceSpec { /* private fields */ }
Expand description
Bundletool is capable of generating an APK set that targets a device configuration specified by a JSON file. To first generate a JSON file for a connected device, run the following command:
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Debug for GetDeviceSpec
impl Debug for GetDeviceSpec
Sourceยงimpl PartialEq for GetDeviceSpec
impl PartialEq for GetDeviceSpec
Sourceยงimpl PartialOrd for GetDeviceSpec
impl PartialOrd for GetDeviceSpec
impl StructuralPartialEq for GetDeviceSpec
Auto Trait Implementationsยง
impl Freeze for GetDeviceSpec
impl RefUnwindSafe for GetDeviceSpec
impl Send for GetDeviceSpec
impl Sync for GetDeviceSpec
impl Unpin for GetDeviceSpec
impl UnwindSafe for GetDeviceSpec
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