#[repr(C)]pub struct ktxTexture_protected {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for ktxTexture_protected
impl Clone for ktxTexture_protected
Source§fn clone(&self) -> ktxTexture_protected
fn clone(&self) -> ktxTexture_protected
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_protected
impl Debug for ktxTexture_protected
impl Copy for ktxTexture_protected
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