#[repr(C)]pub struct PF_AdvItemSuite1 {
pub PF_MoveTimeStep: Option<unsafe extern "C" fn(in_data: *mut PF_InData, world: *mut PF_EffectWorld, time_dir: PF_Step, num_stepsL: A_long) -> PF_Err>,
pub PF_MoveTimeStepActiveItem: Option<unsafe extern "C" fn(time_dir: PF_Step, num_stepsL: A_long) -> PF_Err>,
pub PF_TouchActiveItem: Option<unsafe extern "C" fn() -> PF_Err>,
pub PF_ForceRerender: Option<unsafe extern "C" fn(in_data: *mut PF_InData, world: *mut PF_EffectWorld) -> PF_Err>,
pub PF_EffectIsActiveOrEnabled: Option<unsafe extern "C" fn(contextH: PF_ContextH, enabledPB: *mut PF_Boolean) -> PF_Err>,
}Fields§
§PF_MoveTimeStep: Option<unsafe extern "C" fn(in_data: *mut PF_InData, world: *mut PF_EffectWorld, time_dir: PF_Step, num_stepsL: A_long) -> PF_Err>§PF_MoveTimeStepActiveItem: Option<unsafe extern "C" fn(time_dir: PF_Step, num_stepsL: A_long) -> PF_Err>§PF_TouchActiveItem: Option<unsafe extern "C" fn() -> PF_Err>§PF_ForceRerender: Option<unsafe extern "C" fn(in_data: *mut PF_InData, world: *mut PF_EffectWorld) -> PF_Err>§PF_EffectIsActiveOrEnabled: Option<unsafe extern "C" fn(contextH: PF_ContextH, enabledPB: *mut PF_Boolean) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_AdvItemSuite1
impl Clone for PF_AdvItemSuite1
Source§fn clone(&self) -> PF_AdvItemSuite1
fn clone(&self) -> PF_AdvItemSuite1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PF_AdvItemSuite1
impl Debug for PF_AdvItemSuite1
impl Copy for PF_AdvItemSuite1
Auto Trait Implementations§
impl Freeze for PF_AdvItemSuite1
impl RefUnwindSafe for PF_AdvItemSuite1
impl Send for PF_AdvItemSuite1
impl Sync for PF_AdvItemSuite1
impl Unpin for PF_AdvItemSuite1
impl UnwindSafe for PF_AdvItemSuite1
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