pub struct TextureFormatDesc {
pub internal: u32,
pub external: u32,
pub data_type: u32,
}
Available on
gles
only.Fields§
§internal: u32
§external: u32
§data_type: u32
Trait Implementations§
Source§impl Clone for TextureFormatDesc
impl Clone for TextureFormatDesc
Source§fn clone(&self) -> TextureFormatDesc
fn clone(&self) -> TextureFormatDesc
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for TextureFormatDesc
impl RefUnwindSafe for TextureFormatDesc
impl Send for TextureFormatDesc
impl Sync for TextureFormatDesc
impl Unpin for TextureFormatDesc
impl UnwindSafe for TextureFormatDesc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)