[][src]Struct naga::back::msl::BindSource

pub struct BindSource {
    pub set: Word,
    pub binding: Word,
}

Fields

set: Wordbinding: Word

Trait Implementations

impl Clone for BindSource[src]

impl Debug for BindSource[src]

impl Eq for BindSource[src]

impl Hash for BindSource[src]

impl Ord for BindSource[src]

impl PartialEq<BindSource> for BindSource[src]

impl PartialOrd<BindSource> for BindSource[src]

impl StructuralEq for BindSource[src]

impl StructuralPartialEq for BindSource[src]

Auto Trait Implementations

impl RefUnwindSafe for BindSource

impl Send for BindSource

impl Sync for BindSource

impl Unpin for BindSource

impl UnwindSafe for BindSource

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.