pub struct EventBtmLaunchItemRemove<'a> { /* private fields */ }
Available on crate feature
macos_13_0_0
and macOS only.Expand description
A launch item being removed from background task management.
Implementations§
Source§impl<'a> EventBtmLaunchItemRemove<'a>
impl<'a> EventBtmLaunchItemRemove<'a>
Sourcepub fn instigator(&self) -> Option<Process<'a>>
pub fn instigator(&self) -> Option<Process<'a>>
Optional. Process that instigated the BTM operation (XPC caller that asked for the item to be removed).
Sourcepub fn item(&self) -> BtmLaunchItem<'a>
pub fn item(&self) -> BtmLaunchItem<'a>
BTM launch item.
Trait Implementations§
Source§impl<'a> Debug for EventBtmLaunchItemRemove<'a>
impl<'a> Debug for EventBtmLaunchItemRemove<'a>
Source§impl<'a> Hash for EventBtmLaunchItemRemove<'a>
impl<'a> Hash for EventBtmLaunchItemRemove<'a>
Source§impl<'a> PartialEq for EventBtmLaunchItemRemove<'a>
impl<'a> PartialEq for EventBtmLaunchItemRemove<'a>
impl<'a> Eq for EventBtmLaunchItemRemove<'a>
impl Send for EventBtmLaunchItemRemove<'_>
impl Sync for EventBtmLaunchItemRemove<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventBtmLaunchItemRemove<'a>
impl<'a> RefUnwindSafe for EventBtmLaunchItemRemove<'a>
impl<'a> Unpin for EventBtmLaunchItemRemove<'a>
impl<'a> UnwindSafe for EventBtmLaunchItemRemove<'a>
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