Struct rusty_perm::size::Static[][src]

pub struct Static<const SIZE: usize>;

The static size marker type.

Trait Implementations

impl<const SIZE: usize> Clone for Static<SIZE>[src]

impl<const SIZE: usize> Copy for Static<SIZE>[src]

impl<const SIZE: usize> Debug for Static<SIZE>[src]

impl<const SIZE: usize> Eq for Static<SIZE>[src]

impl<const SIZE: usize> Hash for Static<SIZE>[src]

impl<const SIZE: usize> PartialEq<Static<SIZE>> for Static<SIZE>[src]

impl<const SIZE: usize> PermSize for Static<SIZE>[src]

impl<const SIZE: usize> StructuralEq for Static<SIZE>[src]

impl<const SIZE: usize> StructuralPartialEq for Static<SIZE>[src]

Auto Trait Implementations

impl<const SIZE: usize> RefUnwindSafe for Static<SIZE>[src]

impl<const SIZE: usize> Send for Static<SIZE>[src]

impl<const SIZE: usize> Sync for Static<SIZE>[src]

impl<const SIZE: usize> Unpin for Static<SIZE>[src]

impl<const SIZE: usize> UnwindSafe for Static<SIZE>[src]

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> 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.

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