Enum webrender_api::display_item::ColorRange
source · #[repr(u8)]pub enum ColorRange {
Limited = 0,
Full = 1,
}
Variants§
Trait Implementations§
source§impl Clone for ColorRange
impl Clone for ColorRange
source§fn clone(&self) -> ColorRange
fn clone(&self) -> ColorRange
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 ColorRange
impl Debug for ColorRange
source§impl Default for ColorRange
impl Default for ColorRange
source§impl<'de> Deserialize<'de> for ColorRange
impl<'de> Deserialize<'de> for ColorRange
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for ColorRange
impl Hash for ColorRange
source§impl MallocSizeOf for ColorRange
impl MallocSizeOf for ColorRange
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq for ColorRange
impl PartialEq for ColorRange
source§fn eq(&self, other: &ColorRange) -> bool
fn eq(&self, other: &ColorRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for ColorRange
impl Peek for ColorRange
source§impl Poke for ColorRange
impl Poke for ColorRange
source§impl Serialize for ColorRange
impl Serialize for ColorRange
impl Copy for ColorRange
impl Eq for ColorRange
impl StructuralPartialEq for ColorRange
Auto Trait Implementations§
impl Freeze for ColorRange
impl RefUnwindSafe for ColorRange
impl Send for ColorRange
impl Sync for ColorRange
impl Unpin for ColorRange
impl UnwindSafe for ColorRange
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