#[repr(C)]pub struct VFXOutputEventArgs {}Expand description
Implementations§
Source§impl VFXOutputEventArgs
impl VFXOutputEventArgs
Sourcepub fn ctor(
&mut self,
name_id: impl Into<i32>,
event_attribute: impl Into<VFXEventAttribute>,
)
pub fn ctor( &mut self, name_id: impl Into<i32>, event_attribute: impl Into<VFXEventAttribute>, )
.ctor(i32, crate::unity_engine::vfx::vfxeventattribute::VFXEventAttribute) overload
Source§impl VFXOutputEventArgs
impl VFXOutputEventArgs
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for VFXOutputEventArgs
impl ClassIdentity for VFXOutputEventArgs
Source§impl Clone for VFXOutputEventArgs
impl Clone for VFXOutputEventArgs
Source§fn clone(&self) -> VFXOutputEventArgs
fn clone(&self) -> VFXOutputEventArgs
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VFXOutputEventArgs
Auto Trait Implementations§
impl Freeze for VFXOutputEventArgs
impl RefUnwindSafe for VFXOutputEventArgs
impl Send for VFXOutputEventArgs
impl Sync for VFXOutputEventArgs
impl Unpin for VFXOutputEventArgs
impl UnwindSafe for VFXOutputEventArgs
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)