Enum webrender_api::BoolParameter
source · #[repr(u32)]pub enum BoolParameter {
PboUploads = 0,
Multithreading = 1,
BatchedUploads = 2,
DrawCallsForTextureCopy = 3,
}
Expand description
Boolean configuration option.
Variants§
Trait Implementations§
source§impl Clone for BoolParameter
impl Clone for BoolParameter
source§fn clone(&self) -> BoolParameter
fn clone(&self) -> BoolParameter
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 BoolParameter
impl Debug for BoolParameter
source§impl PartialEq for BoolParameter
impl PartialEq for BoolParameter
source§fn eq(&self, other: &BoolParameter) -> bool
fn eq(&self, other: &BoolParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BoolParameter
impl Eq for BoolParameter
impl StructuralPartialEq for BoolParameter
Auto Trait Implementations§
impl Freeze for BoolParameter
impl RefUnwindSafe for BoolParameter
impl Send for BoolParameter
impl Sync for BoolParameter
impl Unpin for BoolParameter
impl UnwindSafe for BoolParameter
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