Struct a2_async_sim::vehicle::Bounds [−][src]
pub struct Bounds { pub left: f32, pub right: f32, pub bottom: f32, pub top: f32, pub margin: f32, }
Fields
left: f32
right: f32
bottom: f32
top: f32
margin: f32
Auto Trait Implementations
impl RefUnwindSafe for Bounds
impl UnwindSafe for Bounds
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.