pub struct HBounds { /* private fields */ }Expand description
Bounds in the elevation dimension (h component) of a Lane-frame,
consisting of a pair of minimum and maximum h value. The bounds
must straddle h = 0, i.e., the minimum must be <= 0 and the
maximum must be >= 0.
Implementations§
Auto Trait Implementations§
impl Freeze for HBounds
impl RefUnwindSafe for HBounds
impl Send for HBounds
impl Sync for HBounds
impl Unpin for HBounds
impl UnwindSafe for HBounds
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