pub struct PedestrianQueuing;Expand description
Pedestrian queuing area LoS based on density (HCM Chapter 24).
For waiting areas, platforms, ticket halls, etc.
| Grade | Density (pax/m2) | Space (m2/pax) |
|---|---|---|
| A | <= 0.83 | >= 1.21 |
| B | <= 1.11 | >= 0.90 |
| C | <= 1.43 | >= 0.70 |
| D | <= 3.33 | >= 0.30 |
| E | <= 5.00 | >= 0.20 |
| F | > 5.00 | < 0.20 |
Trait Implementations§
Source§impl Clone for PedestrianQueuing
impl Clone for PedestrianQueuing
Source§fn clone(&self) -> PedestrianQueuing
fn clone(&self) -> PedestrianQueuing
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PedestrianQueuing
impl Debug for PedestrianQueuing
Source§impl LosCriteria for PedestrianQueuing
impl LosCriteria for PedestrianQueuing
impl Copy for PedestrianQueuing
Auto Trait Implementations§
impl Freeze for PedestrianQueuing
impl RefUnwindSafe for PedestrianQueuing
impl Send for PedestrianQueuing
impl Sync for PedestrianQueuing
impl Unpin for PedestrianQueuing
impl UnsafeUnpin for PedestrianQueuing
impl UnwindSafe for PedestrianQueuing
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