Struct rtlola_frontend::mir::ValSize[][src]

pub struct ValSize(pub u32);

The size of a specific value in bytes.

Trait Implementations

impl Add<ValSize> for ValSize[src]

type Output = ValSize

The resulting type after applying the + operator.

impl Clone for ValSize[src]

impl Copy for ValSize[src]

impl Debug for ValSize[src]

impl From<u8> for ValSize[src]

Auto Trait Implementations

impl RefUnwindSafe for ValSize

impl Send for ValSize

impl Sync for ValSize

impl Unpin for ValSize

impl UnwindSafe for ValSize

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> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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.