pub struct ExtraData {
pub name: String,
pub bounds: BoundaryType,
pub spacetype: SpaceType,
pub nextspace: Option<String>,
pub nextspacetype: Option<SpaceType>,
pub tilt: Tilt,
pub cons: String,
pub u: f32,
pub computed_u: f32,
}Expand description
Datos adicionales para comprobación de muros
Fields§
§name: String§bounds: BoundaryType§spacetype: SpaceType§nextspace: Option<String>§nextspacetype: Option<SpaceType>§tilt: Tilt§cons: String§u: f32§computed_u: f32Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExtraData
impl<'de> Deserialize<'de> for ExtraData
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 ExtraData
impl RefUnwindSafe for ExtraData
impl Send for ExtraData
impl Sync for ExtraData
impl Unpin for ExtraData
impl UnsafeUnpin for ExtraData
impl UnwindSafe for ExtraData
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