#[repr(C)]pub struct RenderTextureFormat {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RenderTextureFormat
impl RenderTextureFormat
pub fn argb32() -> Self
pub fn depth() -> Self
pub fn argb_half() -> Self
pub fn shadowmap() -> Self
pub fn rgb565() -> Self
pub fn argb4444() -> Self
pub fn argb1555() -> Self
pub fn default() -> Self
pub fn argb2101010() -> Self
pub fn default_hdr() -> Self
pub fn argb64() -> Self
pub fn argb_float() -> Self
pub fn rg_float() -> Self
pub fn rg_half() -> Self
pub fn r_float() -> Self
pub fn r_half() -> Self
pub fn r8() -> Self
pub fn argb_int() -> Self
pub fn rg_int() -> Self
pub fn r_int() -> Self
pub fn bgra32() -> Self
pub fn rgb111110_float() -> Self
pub fn rg32() -> Self
pub fn rgbau_short() -> Self
pub fn rg16() -> Self
pub fn bgra10101010_xr() -> Self
pub fn bgr101010_xr() -> Self
pub fn r16() -> Self
Trait Implementations§
Source§impl ClassIdentity for RenderTextureFormat
impl ClassIdentity for RenderTextureFormat
Source§impl Clone for RenderTextureFormat
impl Clone for RenderTextureFormat
Source§fn clone(&self) -> RenderTextureFormat
fn clone(&self) -> RenderTextureFormat
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RenderTextureFormat
impl Debug for RenderTextureFormat
Source§impl PartialEq for RenderTextureFormat
impl PartialEq for RenderTextureFormat
impl Copy for RenderTextureFormat
impl Eq for RenderTextureFormat
impl StructuralPartialEq for RenderTextureFormat
Auto Trait Implementations§
impl Freeze for RenderTextureFormat
impl RefUnwindSafe for RenderTextureFormat
impl Send for RenderTextureFormat
impl Sync for RenderTextureFormat
impl Unpin for RenderTextureFormat
impl UnwindSafe for RenderTextureFormat
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)