Struct draw_state::state::RefValues [−][src]
pub struct RefValues { pub stencil: (Stencil, Stencil), pub blend: ColorValue, }
The complete set of the rasterizer reference values. Switching these doesn’t roll the hardware context.
Fields
stencil: (Stencil, Stencil)
Stencil front and back values.
blend: ColorValue
Constant blend color.
Trait Implementations
impl Clone for RefValues
[src][+]
impl Copy for RefValues
[src]
impl Debug for RefValues
[src][+]
impl Default for RefValues
[src][+]
impl PartialEq<RefValues> for RefValues
[src][+]
impl PartialOrd<RefValues> for RefValues
[src][+]
impl StructuralPartialEq for RefValues
[src]
Auto Trait Implementations
impl RefUnwindSafe for RefValues
impl Send for RefValues
impl Sync for RefValues
impl Unpin for RefValues
impl UnwindSafe for RefValues
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,