Struct rend3::PotentialAdapter[][src]

pub struct PotentialAdapter<T> {
    pub inner: T,
    pub info: ExtendedAdapterInfo,
    pub features: Features,
    pub limits: Limits,
    pub mode: RendererMode,
}
Expand description

Validated set of features and limits for a given T.

Fields

inner: Tinfo: ExtendedAdapterInfofeatures: Featureslimits: Limitsmode: RendererMode

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.