pub struct AppInfo {
pub hwnd_id: isize,
pub bundle_id: String,
pub title: String,
pub is_active: bool,
pub dir: String,
pub exec: String,
pub platform: Platform,
}Fields§
§hwnd_id: isize§bundle_id: String§title: String§is_active: bool§dir: String§exec: String§platform: PlatformTrait Implementations§
Auto Trait Implementations§
impl Freeze for AppInfo
impl RefUnwindSafe for AppInfo
impl Send for AppInfo
impl Sync for AppInfo
impl Unpin for AppInfo
impl UnwindSafe for AppInfo
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