[][src]Struct amethyst_rendy::rendy::descriptor::DescriptorRanges

pub struct DescriptorRanges { /* fields omitted */ }

Number of descriptors per type.

Methods

impl DescriptorRanges[src]

pub fn zero() -> DescriptorRanges[src]

Create new instance without descriptors.

pub fn add_binding(&mut self, binding: DescriptorSetLayoutBinding)[src]

Add a single layout binding. Useful when created with DescriptorRanges::zero().

Important traits for DescriptorRangesIter<'a>
pub fn iter(&self) -> DescriptorRangesIter[src]

Iterate through ranges yelding descriptor types and their amount.

Important traits for &'_ [u8]
pub fn counts(&self) -> &[u32][src]

Read as slice.

Important traits for &'_ [u8]
pub fn counts_mut(&mut self) -> &mut [u32][src]

Read or write as slice.

pub fn from_bindings(
    bindings: &[DescriptorSetLayoutBinding]
) -> DescriptorRanges
[src]

Calculate ranges from bindings.

pub fn from_binding_iter<I>(bindings: I) -> DescriptorRanges where
    I: Iterator<Item = DescriptorSetLayoutBinding>, 
[src]

Calculate ranges from bindings, specified with an iterator.

Trait Implementations

impl Eq for DescriptorRanges[src]

impl<'a> IntoIterator for &'a DescriptorRanges[src]

type Item = DescriptorRangeDesc

The type of the elements being iterated over.

type IntoIter = DescriptorRangesIter<'a>

Which kind of iterator are we turning this into?

impl Copy for DescriptorRanges[src]

impl SubAssign<DescriptorRanges> for DescriptorRanges[src]

impl Sub<DescriptorRanges> for DescriptorRanges[src]

type Output = DescriptorRanges

The resulting type after applying the - operator.

impl Mul<u32> for DescriptorRanges[src]

type Output = DescriptorRanges

The resulting type after applying the * operator.

impl Hash for DescriptorRanges[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl AddAssign<DescriptorRanges> for DescriptorRanges[src]

impl Debug for DescriptorRanges[src]

impl Clone for DescriptorRanges[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl MulAssign<u32> for DescriptorRanges[src]

impl PartialEq<DescriptorRanges> for DescriptorRanges[src]

impl Add<DescriptorRanges> for DescriptorRanges[src]

type Output = DescriptorRanges

The resulting type after applying the + operator.

impl PartialOrd<DescriptorRanges> for DescriptorRanges[src]

#[must_use] fn lt(&self, other: &Rhs) -> bool1.0.0[src]

This method tests less than (for self and other) and is used by the < operator. Read more

#[must_use] fn le(&self, other: &Rhs) -> bool1.0.0[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

#[must_use] fn gt(&self, other: &Rhs) -> bool1.0.0[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

#[must_use] fn ge(&self, other: &Rhs) -> bool1.0.0[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

impl Unpin for DescriptorRanges

impl Sync for DescriptorRanges

impl Send for DescriptorRanges

impl UnwindSafe for DescriptorRanges

impl RefUnwindSafe for DescriptorRanges

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

fn adapt_into(self) -> D[src]

Convert the source color to the destination color using the bradford method by default Read more

impl<T> SetParameter for T[src]

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 
[src]

Sets value as a parameter of self.

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

impl<T> Erased for T[src]

impl<T> Scalar for T where
    T: Copy + PartialEq<T> + Any + Debug
[src]

fn is<T>() -> bool where
    T: Scalar
[src]

Tests if Self the same as the type T Read more

impl<T, Right> ClosedMul<Right> for T where
    T: Mul<Right, Output = T> + MulAssign<Right>, 
[src]

impl<T, Right> ClosedAdd<Right> for T where
    T: Add<Right, Output = T> + AddAssign<Right>, 
[src]

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

type Output = T

Should always be Self

impl<T, Right> ClosedSub<Right> for T where
    T: Sub<Right, Output = T> + SubAssign<Right>, 
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Resource for T where
    T: Any + Send + Sync
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Event for T where
    T: Send + Sync + 'static, 
[src]

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