Struct script::dom::webgl_validations::tex_image_2d::CommonCompressedTexImage2DValidatorResult
source · pub struct CommonCompressedTexImage2DValidatorResult {
pub texture: Root<Dom<WebGLTexture>>,
pub target: TexImageTarget,
pub level: u32,
pub width: u32,
pub height: u32,
pub compression: TexCompression,
}
Fields§
§texture: Root<Dom<WebGLTexture>>
§target: TexImageTarget
§level: u32
§width: u32
§height: u32
§compression: TexCompression
Auto Trait Implementations§
impl !RefUnwindSafe for CommonCompressedTexImage2DValidatorResult
impl !Send for CommonCompressedTexImage2DValidatorResult
impl !Sync for CommonCompressedTexImage2DValidatorResult
impl Unpin for CommonCompressedTexImage2DValidatorResult
impl !UnwindSafe for CommonCompressedTexImage2DValidatorResult
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> 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