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: ktxStreamTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ktxTexture_protectedimpl !Send for ktxTexture_protectedimpl !Sync for ktxTexture_protectedimpl Unpin for ktxTexture_protectedimpl UnwindSafe for ktxTexture_protectedBlanket Implementations
Mutably borrows from an owned value. Read more