pub struct Elevation {
pub level0: f32,
pub level1: f32,
pub level2: f32,
pub level3: f32,
pub level4: f32,
pub level5: f32,
}Fields§
§level0: f32§level1: f32§level2: f32§level3: f32§level4: f32§level5: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Elevation
impl RefUnwindSafe for Elevation
impl Send for Elevation
impl Sync for Elevation
impl Unpin for Elevation
impl UnsafeUnpin for Elevation
impl UnwindSafe for Elevation
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