#[repr(C)]pub struct RenderTextureCreationFlags {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RenderTextureCreationFlags
impl RenderTextureCreationFlags
pub fn mip_map() -> Self
pub fn auto_generate_mips() -> Self
pub fn srgb() -> Self
pub fn eye_texture() -> Self
pub fn enable_random_write() -> Self
pub fn created_from_script() -> Self
pub fn allow_vertical_flip() -> Self
pub fn no_resolved_color_surface() -> Self
pub fn dynamically_scalable() -> Self
pub fn bind_ms() -> Self
Trait Implementations§
Source§impl Clone for RenderTextureCreationFlags
impl Clone for RenderTextureCreationFlags
Source§fn clone(&self) -> RenderTextureCreationFlags
fn clone(&self) -> RenderTextureCreationFlags
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 RenderTextureCreationFlags
impl Debug for RenderTextureCreationFlags
Source§impl PartialEq for RenderTextureCreationFlags
impl PartialEq for RenderTextureCreationFlags
impl Copy for RenderTextureCreationFlags
impl Eq for RenderTextureCreationFlags
impl StructuralPartialEq for RenderTextureCreationFlags
Auto Trait Implementations§
impl Freeze for RenderTextureCreationFlags
impl RefUnwindSafe for RenderTextureCreationFlags
impl Send for RenderTextureCreationFlags
impl Sync for RenderTextureCreationFlags
impl Unpin for RenderTextureCreationFlags
impl UnwindSafe for RenderTextureCreationFlags
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)