pub struct RefValues {
pub stencil: (Stencil, Stencil),
pub blend: ColorValue,
}Expand description
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: ColorValueConstant blend color.
Trait Implementations§
Source§impl PartialOrd for RefValues
impl PartialOrd for RefValues
impl Copy for RefValues
impl StructuralPartialEq for RefValues
Auto Trait Implementations§
impl Freeze for RefValues
impl RefUnwindSafe for RefValues
impl Send for RefValues
impl Sync for RefValues
impl Unpin for RefValues
impl UnwindSafe for RefValues
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