pub struct Application2 {Show 17 fields
pub app2_name: String,
pub app2_display_name: String,
pub app2_epoch: i32,
pub app2_version: String,
pub app2_release: String,
pub app2_arch: String,
pub app2_install_path: String,
pub app2_trans_path: String,
pub app2_publisher: String,
pub app2_url: String,
pub app2_source_package: String,
pub app2_summary: String,
pub app2_description: String,
pub app2_spare1: String,
pub app2_spare2: String,
pub app2_spare3: String,
pub app2_spare4: String,
}
Fields§
§app2_name: String
§app2_display_name: String
§app2_epoch: i32
§app2_version: String
§app2_release: String
§app2_arch: String
§app2_install_path: String
§app2_trans_path: String
§app2_publisher: String
§app2_url: String
§app2_source_package: String
§app2_summary: String
§app2_description: String
§app2_spare1: String
§app2_spare2: String
§app2_spare3: String
§app2_spare4: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Application2
impl RefUnwindSafe for Application2
impl Send for Application2
impl Sync for Application2
impl Unpin for Application2
impl UnwindSafe for Application2
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