[][src]Struct sunrise_libkern::process::ProcessCategory

#[repr(transparent)]pub struct ProcessCategory(u32);

Category of the process.

Implementations

impl ProcessCategory[src]

pub const RegularTitle: ProcessCategory[src]

Regular process created through the userspace loader.

pub const KernelBuiltin: ProcessCategory[src]

Process loaded by the kernel early during the boot process.

Trait Implementations

impl Clone for ProcessCategory[src]

impl Copy for ProcessCategory[src]

impl Debug for ProcessCategory[src]

impl Default for ProcessCategory[src]

impl Eq for ProcessCategory[src]

impl PartialEq<ProcessCategory> for ProcessCategory[src]

impl StructuralEq for ProcessCategory[src]

impl StructuralPartialEq for ProcessCategory[src]

Auto Trait Implementations

impl Send for ProcessCategory

impl Sync for ProcessCategory

impl Unpin for ProcessCategory

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.