Struct auto_launch::AutoLaunch
source[−]pub struct AutoLaunch<'a> { /* private fields */ }Implementations
Linux implement
Create a new AutoLaunch instance
app_name: application nameapp_path: application pathhidden: whether hidden the application on launch or not.
Check whether the AutoLaunch setting is enabled
get the application name
get the application path
get whether it is hidden
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for AutoLaunch<'a>
impl<'a> Send for AutoLaunch<'a>
impl<'a> Sync for AutoLaunch<'a>
impl<'a> Unpin for AutoLaunch<'a>
impl<'a> UnwindSafe for AutoLaunch<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
