Struct libswe_sys::sweconst::House
source · [−]pub struct House {
pub object_id: i32,
pub longitude: f64,
pub split: SplitDegResult,
pub angle: Angle,
}Expand description
House
Fields
object_id: i32longitude: f64split: SplitDegResultangle: AngleImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for House
impl UnwindSafe for House
Blanket Implementations
Mutably borrows from an owned value. Read more