#[repr(C)]pub struct ktxTexture_vtblInt {
pub calcDataSizeLevels: PFNCALCDATASIZELEVELS,
pub calcFaceLodSize: PFNCALCFACELODSIZE,
pub calcLevelOffset: PFNCALCLEVELOFFSET,
}
Fields§
§calcDataSizeLevels: PFNCALCDATASIZELEVELS
§calcFaceLodSize: PFNCALCFACELODSIZE
§calcLevelOffset: PFNCALCLEVELOFFSET
Trait Implementations§
Source§impl Clone for ktxTexture_vtblInt
impl Clone for ktxTexture_vtblInt
Source§fn clone(&self) -> ktxTexture_vtblInt
fn clone(&self) -> ktxTexture_vtblInt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ktxTexture_vtblInt
impl Debug for ktxTexture_vtblInt
impl Copy for ktxTexture_vtblInt
Auto Trait Implementations§
impl Freeze for ktxTexture_vtblInt
impl RefUnwindSafe for ktxTexture_vtblInt
impl Send for ktxTexture_vtblInt
impl Sync for ktxTexture_vtblInt
impl Unpin for ktxTexture_vtblInt
impl UnwindSafe for ktxTexture_vtblInt
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