#[repr(C)]pub struct PF_PixelFormatSuite2 {
pub PF_AddSupportedPixelFormat: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, pixel_format: PF_PixelFormat) -> PF_Err>,
pub PF_ClearSupportedPixelFormats: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr) -> PF_Err>,
}Fields§
§PF_AddSupportedPixelFormat: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, pixel_format: PF_PixelFormat) -> PF_Err>§PF_ClearSupportedPixelFormats: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_PixelFormatSuite2
impl Clone for PF_PixelFormatSuite2
Source§fn clone(&self) -> PF_PixelFormatSuite2
fn clone(&self) -> PF_PixelFormatSuite2
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_PixelFormatSuite2
impl Debug for PF_PixelFormatSuite2
impl Copy for PF_PixelFormatSuite2
Auto Trait Implementations§
impl Freeze for PF_PixelFormatSuite2
impl RefUnwindSafe for PF_PixelFormatSuite2
impl Send for PF_PixelFormatSuite2
impl Sync for PF_PixelFormatSuite2
impl Unpin for PF_PixelFormatSuite2
impl UnwindSafe for PF_PixelFormatSuite2
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