pub struct GhostShimmerDistortionData {
pub intensity: f32,
pub shape: i32,
pub x: f32,
pub y: f32,
}Fields§
§intensity: f32§shape: i32§x: f32§y: f32Trait Implementations§
Source§impl Clone for GhostShimmerDistortionData
impl Clone for GhostShimmerDistortionData
Source§fn clone(&self) -> GhostShimmerDistortionData
fn clone(&self) -> GhostShimmerDistortionData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GhostShimmerDistortionData
Source§impl Debug for GhostShimmerDistortionData
impl Debug for GhostShimmerDistortionData
Source§impl Default for GhostShimmerDistortionData
impl Default for GhostShimmerDistortionData
Source§fn default() -> GhostShimmerDistortionData
fn default() -> GhostShimmerDistortionData
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GhostShimmerDistortionData
Auto Trait Implementations§
impl Freeze for GhostShimmerDistortionData
impl RefUnwindSafe for GhostShimmerDistortionData
impl Send for GhostShimmerDistortionData
impl Sync for GhostShimmerDistortionData
impl Unpin for GhostShimmerDistortionData
impl UnsafeUnpin for GhostShimmerDistortionData
impl UnwindSafe for GhostShimmerDistortionData
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