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