pub struct CapturableApplication { /* private fields */ }
Expand description
Represents an application with capturable windows
Implementations§
source§impl CapturableApplication
impl CapturableApplication
sourcepub fn identifier(&self) -> String
pub fn identifier(&self) -> String
Gets the “identifier” of the application
On MacOS, this is the application bundle, and on windows, this is the application file name
Auto Trait Implementations§
impl Freeze for CapturableApplication
impl !RefUnwindSafe for CapturableApplication
impl !Send for CapturableApplication
impl !Sync for CapturableApplication
impl Unpin for CapturableApplication
impl !UnwindSafe for CapturableApplication
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