pub struct Elevation {
pub z: f32,
pub shadow_alpha: f32,
pub shadow_radius_px: f32,
pub y_offset_px: f32,
}Fields§
§z: f32§shadow_alpha: f32§shadow_radius_px: f32§y_offset_px: f32Implementations§
Trait Implementations§
impl Copy for Elevation
Source§impl<'de> Deserialize<'de> for Elevation
impl<'de> Deserialize<'de> for Elevation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Elevation
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