[][src]Struct constellation::Cpu

pub struct Cpu(_);

Implementations

impl Cpu[src]

pub const CORE: Cpu[src]

Trait Implementations

impl Add<Cpu> for Cpu[src]

type Output = Cpu

The resulting type after applying the + operator.

impl AddAssign<Cpu> for Cpu[src]

impl Clone for Cpu[src]

impl Copy for Cpu[src]

impl Debug for Cpu[src]

impl<'de> Deserialize<'de> for Cpu[src]

impl Display for Cpu[src]

impl Div<u32> for Cpu[src]

type Output = Cpu

The resulting type after applying the / operator.

impl DivAssign<u32> for Cpu[src]

impl Eq for Cpu[src]

impl FromStr for Cpu[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for Cpu[src]

impl Mul<u32> for Cpu[src]

type Output = Cpu

The resulting type after applying the * operator.

impl MulAssign<u32> for Cpu[src]

impl Ord for Cpu[src]

impl PartialEq<Cpu> for Cpu[src]

impl PartialOrd<Cpu> for Cpu[src]

impl Serialize for Cpu[src]

impl StructuralEq for Cpu[src]

impl StructuralPartialEq for Cpu[src]

impl Sub<Cpu> for Cpu[src]

type Output = Cpu

The resulting type after applying the - operator.

impl SubAssign<Cpu> for Cpu[src]

Auto Trait Implementations

impl RefUnwindSafe for Cpu

impl Send for Cpu

impl Sync for Cpu

impl Unpin for Cpu

impl UnwindSafe for Cpu

Blanket Implementations

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

impl<T> Any for T where
    T: Any + Serialize + Deserialize
[src]

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

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

impl<T> Debug for T where
    T: Debug + Serialize + Deserialize + ?Sized
[src]

impl<T> Deserialize for T where
    T: DeserializeOwned
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> Display for T where
    T: Display + Serialize + Deserialize + ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.

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

impl<T> Type for T[src]

type Meta = Concrete

Type of metadata for type.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,