pub enum COLKEN_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Color Keying Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for COLKEN_A
impl StructuralPartialEq for COLKEN_A
Auto Trait Implementations§
impl Freeze for COLKEN_A
impl RefUnwindSafe for COLKEN_A
impl Send for COLKEN_A
impl Sync for COLKEN_A
impl Unpin for COLKEN_A
impl UnwindSafe for COLKEN_A
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