Struct lu_formats::common::U1Color
source · pub struct U1Color {
pub r: u8,
pub g: u8,
pub b: u8,
}
Expand description
Struct u1_color
8-bit RGB Color Value
Parser: parse_u1_color
Fields§
§r: u8
§g: u8
§b: u8
Trait Implementations§
source§impl<'de> Deserialize<'de> for U1Color
impl<'de> Deserialize<'de> for U1Color
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<U1Color> for U1Color
impl PartialEq<U1Color> for U1Color
impl StructuralPartialEq for U1Color
Auto Trait Implementations§
impl RefUnwindSafe for U1Color
impl Send for U1Color
impl Sync for U1Color
impl Unpin for U1Color
impl UnwindSafe for U1Color
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