Struct convey_rs::property::FINGPUT1BufferPixel
source · pub struct FINGPUT1BufferPixel {
pub character: String,
pub foreground_color: Color<f32>,
pub background_color: Color<f32>,
}Fields§
§character: String§foreground_color: Color<f32>§background_color: Color<f32>Trait Implementations§
source§impl Clone for FINGPUT1BufferPixel
impl Clone for FINGPUT1BufferPixel
source§fn clone(&self) -> FINGPUT1BufferPixel
fn clone(&self) -> FINGPUT1BufferPixel
Returns a copy 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 FINGPUT1BufferPixel
impl Debug for FINGPUT1BufferPixel
source§impl Default for FINGPUT1BufferPixel
impl Default for FINGPUT1BufferPixel
source§fn default() -> FINGPUT1BufferPixel
fn default() -> FINGPUT1BufferPixel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FINGPUT1BufferPixel
impl<'de> Deserialize<'de> for FINGPUT1BufferPixel
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
Auto Trait Implementations§
impl Freeze for FINGPUT1BufferPixel
impl RefUnwindSafe for FINGPUT1BufferPixel
impl Send for FINGPUT1BufferPixel
impl Sync for FINGPUT1BufferPixel
impl Unpin for FINGPUT1BufferPixel
impl UnwindSafe for FINGPUT1BufferPixel
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