#[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§
impl Freeze for ktxTexture_protected
impl RefUnwindSafe for ktxTexture_protected
impl !Send for ktxTexture_protected
impl !Sync for ktxTexture_protected
impl Unpin for ktxTexture_protected
impl UnwindSafe for ktxTexture_protected
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more