pub struct CombineMode {
pub cyc0: CombineCycle,
pub cyc1: CombineCycle,
}Expand description
The two-cycle color-combiner configuration (Set Combine Mode, 0x3C).
Fields§
§cyc0: CombineCycleCycle-0 selects (the first stage in 2-cycle mode).
cyc1: CombineCycleCycle-1 selects (the only stage used in 1-cycle mode).
Trait Implementations§
Source§impl Clone for CombineMode
impl Clone for CombineMode
Source§fn clone(&self) -> CombineMode
fn clone(&self) -> CombineMode
Returns a duplicate 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 CombineMode
impl Debug for CombineMode
Source§impl Default for CombineMode
impl Default for CombineMode
Source§fn default() -> CombineMode
fn default() -> CombineMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CombineMode
impl<'de> Deserialize<'de> for CombineMode
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 PartialEq for CombineMode
impl PartialEq for CombineMode
Source§impl Serialize for CombineMode
impl Serialize for CombineMode
impl Copy for CombineMode
impl Eq for CombineMode
impl StructuralPartialEq for CombineMode
Auto Trait Implementations§
impl Freeze for CombineMode
impl RefUnwindSafe for CombineMode
impl Send for CombineMode
impl Sync for CombineMode
impl Unpin for CombineMode
impl UnsafeUnpin for CombineMode
impl UnwindSafe for CombineMode
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