pub struct LightRotationEventBoxGroup {
pub b: f64,
pub g: i32,
pub e: Vec<LightRotationEventBoxGroupLane>,
}Fields§
§b: f64§g: i32§e: Vec<LightRotationEventBoxGroupLane>Trait Implementations§
Source§impl Debug for LightRotationEventBoxGroup
impl Debug for LightRotationEventBoxGroup
Source§impl<'de> Deserialize<'de> for LightRotationEventBoxGroup
impl<'de> Deserialize<'de> for LightRotationEventBoxGroup
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 Into<Event> for LightRotationEventBoxGroup
impl Into<Event> for LightRotationEventBoxGroup
impl StructuralPartialEq for LightRotationEventBoxGroup
Auto Trait Implementations§
impl Freeze for LightRotationEventBoxGroup
impl RefUnwindSafe for LightRotationEventBoxGroup
impl Send for LightRotationEventBoxGroup
impl Sync for LightRotationEventBoxGroup
impl Unpin for LightRotationEventBoxGroup
impl UnwindSafe for LightRotationEventBoxGroup
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