Enum webrender_api::FloatParameter
source · #[repr(u32)]pub enum FloatParameter {
SlowCpuFrameThreshold = 0,
}
Expand description
Floating point configuration option.
Variants§
SlowCpuFrameThreshold = 0
The minimum time for the CPU portion of a frame to be considered slow
Trait Implementations§
source§impl Clone for FloatParameter
impl Clone for FloatParameter
source§fn clone(&self) -> FloatParameter
fn clone(&self) -> FloatParameter
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 moresource§impl Debug for FloatParameter
impl Debug for FloatParameter
source§impl PartialEq for FloatParameter
impl PartialEq for FloatParameter
source§fn eq(&self, other: &FloatParameter) -> bool
fn eq(&self, other: &FloatParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FloatParameter
impl Eq for FloatParameter
impl StructuralPartialEq for FloatParameter
Auto Trait Implementations§
impl Freeze for FloatParameter
impl RefUnwindSafe for FloatParameter
impl Send for FloatParameter
impl Sync for FloatParameter
impl Unpin for FloatParameter
impl UnwindSafe for FloatParameter
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