pub enum AppIndicatorCategory {
ApplicationStatus = 0,
Communications = 1,
SystemServices = 2,
Hardware = 3,
Other = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for AppIndicatorCategory
impl RefUnwindSafe for AppIndicatorCategory
impl Send for AppIndicatorCategory
impl Sync for AppIndicatorCategory
impl Unpin for AppIndicatorCategory
impl UnsafeUnpin for AppIndicatorCategory
impl UnwindSafe for AppIndicatorCategory
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