Struct script::dom::webgl_validations::tex_image_2d::TexStorageValidator
source · pub struct TexStorageValidator<'a> {
common_validator: CommonTexImage2DValidator<'a>,
dimensions: u8,
depth: i32,
}
Fields§
§common_validator: CommonTexImage2DValidator<'a>
§dimensions: u8
§depth: i32
Implementations§
Trait Implementations§
source§impl<'a> WebGLValidator for TexStorageValidator<'a>
impl<'a> WebGLValidator for TexStorageValidator<'a>
type Error = TexImageValidationError
type ValidatedOutput = TexStorageValidatorResult
fn validate(self) -> Result<Self::ValidatedOutput, TexImageValidationError>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TexStorageValidator<'a>
impl<'a> !Send for TexStorageValidator<'a>
impl<'a> !Sync for TexStorageValidator<'a>
impl<'a> Unpin for TexStorageValidator<'a>
impl<'a> !UnwindSafe for TexStorageValidator<'a>
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert