#[repr(C)]pub struct spSwirlVertexEffect {
pub super_: spVertexEffect,
pub centerX: f32,
pub centerY: f32,
pub radius: f32,
pub angle: f32,
pub worldX: f32,
pub worldY: f32,
}Fields§
§super_: spVertexEffect§centerX: f32§centerY: f32§radius: f32§angle: f32§worldX: f32§worldY: f32Trait Implementations§
Source§impl Clone for spSwirlVertexEffect
impl Clone for spSwirlVertexEffect
Source§fn clone(&self) -> spSwirlVertexEffect
fn clone(&self) -> spSwirlVertexEffect
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 spSwirlVertexEffect
Auto Trait Implementations§
impl Freeze for spSwirlVertexEffect
impl RefUnwindSafe for spSwirlVertexEffect
impl Send for spSwirlVertexEffect
impl Sync for spSwirlVertexEffect
impl Unpin for spSwirlVertexEffect
impl UnsafeUnpin for spSwirlVertexEffect
impl UnwindSafe for spSwirlVertexEffect
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