pub struct LightInfo {
pub light_type: u32,
pub color_space: String,
}Fields§
§light_type: u32§color_space: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LightInfo
impl<'de> Deserialize<'de> for LightInfo
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 LightInfo
impl RefUnwindSafe for LightInfo
impl Send for LightInfo
impl Sync for LightInfo
impl Unpin for LightInfo
impl UnsafeUnpin for LightInfo
impl UnwindSafe for LightInfo
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