#[repr(C)]pub struct DrawRendererFlags {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl DrawRendererFlags
impl DrawRendererFlags
pub fn none() -> Self
pub fn enable_dynamic_batching() -> Self
pub fn enable_instancing() -> Self
Trait Implementations§
Source§impl ClassIdentity for DrawRendererFlags
impl ClassIdentity for DrawRendererFlags
Source§impl Clone for DrawRendererFlags
impl Clone for DrawRendererFlags
Source§fn clone(&self) -> DrawRendererFlags
fn clone(&self) -> DrawRendererFlags
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 DrawRendererFlags
impl Debug for DrawRendererFlags
Source§impl PartialEq for DrawRendererFlags
impl PartialEq for DrawRendererFlags
impl Copy for DrawRendererFlags
impl Eq for DrawRendererFlags
impl StructuralPartialEq for DrawRendererFlags
Auto Trait Implementations§
impl Freeze for DrawRendererFlags
impl RefUnwindSafe for DrawRendererFlags
impl Send for DrawRendererFlags
impl Sync for DrawRendererFlags
impl Unpin for DrawRendererFlags
impl UnwindSafe for DrawRendererFlags
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)