pub struct PpcQ3LightRecord {
pub light: u32,
pub light_type: u32,
pub data: PpcQ3LightData,
pub kind: PpcQ3LightKind,
}Fields§
§light: u32§light_type: u32§data: PpcQ3LightData§kind: PpcQ3LightKindTrait Implementations§
Source§impl Clone for PpcQ3LightRecord
impl Clone for PpcQ3LightRecord
Source§fn clone(&self) -> PpcQ3LightRecord
fn clone(&self) -> PpcQ3LightRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PpcQ3LightRecord
Source§impl Debug for PpcQ3LightRecord
impl Debug for PpcQ3LightRecord
Source§impl<'de> Deserialize<'de> for PpcQ3LightRecord
impl<'de> Deserialize<'de> for PpcQ3LightRecord
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 for PpcQ3LightRecord
impl PartialEq for PpcQ3LightRecord
Source§impl Serialize for PpcQ3LightRecord
impl Serialize for PpcQ3LightRecord
impl StructuralPartialEq for PpcQ3LightRecord
Auto Trait Implementations§
impl Freeze for PpcQ3LightRecord
impl RefUnwindSafe for PpcQ3LightRecord
impl Send for PpcQ3LightRecord
impl Sync for PpcQ3LightRecord
impl Unpin for PpcQ3LightRecord
impl UnsafeUnpin for PpcQ3LightRecord
impl UnwindSafe for PpcQ3LightRecord
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