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