#[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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)