#[repr(C)]pub struct PF_WorldSuite2 {
pub PF_NewWorld: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, widthL: A_long, heightL: A_long, clear_pixB: PF_Boolean, pixel_format: PF_PixelFormat, worldP: *mut PF_EffectWorld) -> PF_Err>,
pub PF_DisposeWorld: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, worldP: *mut PF_EffectWorld) -> PF_Err>,
pub PF_GetPixelFormat: Option<unsafe extern "C" fn(worldP: *const PF_EffectWorld, pixel_formatP: *mut PF_PixelFormat) -> PF_Err>,
}Fields§
§PF_NewWorld: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, widthL: A_long, heightL: A_long, clear_pixB: PF_Boolean, pixel_format: PF_PixelFormat, worldP: *mut PF_EffectWorld) -> PF_Err>§PF_DisposeWorld: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, worldP: *mut PF_EffectWorld) -> PF_Err>§PF_GetPixelFormat: Option<unsafe extern "C" fn(worldP: *const PF_EffectWorld, pixel_formatP: *mut PF_PixelFormat) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_WorldSuite2
impl Clone for PF_WorldSuite2
Source§fn clone(&self) -> PF_WorldSuite2
fn clone(&self) -> PF_WorldSuite2
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_WorldSuite2
impl Debug for PF_WorldSuite2
impl Copy for PF_WorldSuite2
Auto Trait Implementations§
impl Freeze for PF_WorldSuite2
impl RefUnwindSafe for PF_WorldSuite2
impl Send for PF_WorldSuite2
impl Sync for PF_WorldSuite2
impl Unpin for PF_WorldSuite2
impl UnwindSafe for PF_WorldSuite2
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