#[repr(C)]pub struct spVertexEffect {
pub begin: spVertexEffectBegin,
pub transform: spVertexEffectTransform,
pub end: spVertexEffectEnd,
}Fields§
§begin: spVertexEffectBegin§transform: spVertexEffectTransform§end: spVertexEffectEndTrait Implementations§
Source§impl Clone for spVertexEffect
impl Clone for spVertexEffect
Source§fn clone(&self) -> spVertexEffect
fn clone(&self) -> spVertexEffect
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 spVertexEffect
Auto Trait Implementations§
impl Freeze for spVertexEffect
impl RefUnwindSafe for spVertexEffect
impl Send for spVertexEffect
impl Sync for spVertexEffect
impl Unpin for spVertexEffect
impl UnsafeUnpin for spVertexEffect
impl UnwindSafe for spVertexEffect
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