Struct libktx_rs_sys::ktxTexture_protected[][src]

#[repr(C)]
pub struct ktxTexture_protected { pub _vtbl: ktxTexture_vtblInt, pub _formatSize: ktxFormatSize, pub _typeSize: ktx_uint32_t, pub _stream: ktxStream, }
Expand description

@memberof ktxTexture @~English

@brief protected members of ktxTexture.

Fields

_vtbl: ktxTexture_vtblInt_formatSize: ktxFormatSize_typeSize: ktx_uint32_t_stream: ktxStream

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.