pub struct ChromaKey(pub u8, pub u8, pub u8);Expand description
RGB color used as a generated solid background.
Tuple Fields§
§0: u8§1: u8§2: u8Implementations§
Trait Implementations§
impl Copy for ChromaKey
impl Eq for ChromaKey
impl StructuralPartialEq for ChromaKey
Auto Trait Implementations§
impl Freeze for ChromaKey
impl RefUnwindSafe for ChromaKey
impl Send for ChromaKey
impl Sync for ChromaKey
impl Unpin for ChromaKey
impl UnsafeUnpin for ChromaKey
impl UnwindSafe for ChromaKey
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