#[repr(C)]pub struct PF_WorldSuite1 {
pub new_world: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, width: A_long, height: A_long, flags: PF_NewWorldFlags, world: *mut PF_EffectWorld) -> PF_Err>,
pub dispose_world: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, world: *mut PF_EffectWorld) -> PF_Err>,
}Fields§
§new_world: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, width: A_long, height: A_long, flags: PF_NewWorldFlags, world: *mut PF_EffectWorld) -> PF_Err>§dispose_world: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, world: *mut PF_EffectWorld) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_WorldSuite1
impl Clone for PF_WorldSuite1
Source§fn clone(&self) -> PF_WorldSuite1
fn clone(&self) -> PF_WorldSuite1
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_WorldSuite1
impl Debug for PF_WorldSuite1
impl Copy for PF_WorldSuite1
Auto Trait Implementations§
impl Freeze for PF_WorldSuite1
impl RefUnwindSafe for PF_WorldSuite1
impl Send for PF_WorldSuite1
impl Sync for PF_WorldSuite1
impl Unpin for PF_WorldSuite1
impl UnwindSafe for PF_WorldSuite1
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