pub struct GridLevel {
pub name: String,
pub elevation: f64,
pub story: Option<StoryId>,
}Expand description
鉛直方向の格子面 1 枚(階レベル)。
Fields§
§name: String§elevation: f64標高 [mm]。
story: Option<StoryId>対応する階。基部レベルは None。
Trait Implementations§
impl StructuralPartialEq for GridLevel
Auto Trait Implementations§
impl Freeze for GridLevel
impl RefUnwindSafe for GridLevel
impl Send for GridLevel
impl Sync for GridLevel
impl Unpin for GridLevel
impl UnsafeUnpin for GridLevel
impl UnwindSafe for GridLevel
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