#[repr(C)]pub struct ktxTexture_vvtbl {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for ktxTexture_vvtbl
impl Clone for ktxTexture_vvtbl
Source§fn clone(&self) -> ktxTexture_vvtbl
fn clone(&self) -> ktxTexture_vvtbl
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_vvtbl
impl Debug for ktxTexture_vvtbl
impl Copy for ktxTexture_vvtbl
Auto Trait Implementations§
impl Freeze for ktxTexture_vvtbl
impl RefUnwindSafe for ktxTexture_vvtbl
impl Send for ktxTexture_vvtbl
impl Sync for ktxTexture_vvtbl
impl Unpin for ktxTexture_vvtbl
impl UnwindSafe for ktxTexture_vvtbl
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