#[repr(C)]pub struct PF_BackgroundFrameSuite1 {
pub AddSupportedBackgroundTransferMode: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, supportedTransferMode: PF_TransferMode, supportedPixelFormat: PrPixelFormat) -> PF_Err>,
pub GetBackgroundFrame: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, backgroundFrame: *mut *mut PF_LayerDef, backgroundTransferMode: *mut PF_TransferMode) -> PF_Err>,
}Fields§
§AddSupportedBackgroundTransferMode: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, supportedTransferMode: PF_TransferMode, supportedPixelFormat: PrPixelFormat) -> PF_Err>§GetBackgroundFrame: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, backgroundFrame: *mut *mut PF_LayerDef, backgroundTransferMode: *mut PF_TransferMode) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_BackgroundFrameSuite1
impl Clone for PF_BackgroundFrameSuite1
Source§fn clone(&self) -> PF_BackgroundFrameSuite1
fn clone(&self) -> PF_BackgroundFrameSuite1
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_BackgroundFrameSuite1
impl Debug for PF_BackgroundFrameSuite1
impl Copy for PF_BackgroundFrameSuite1
Auto Trait Implementations§
impl Freeze for PF_BackgroundFrameSuite1
impl RefUnwindSafe for PF_BackgroundFrameSuite1
impl Send for PF_BackgroundFrameSuite1
impl Sync for PF_BackgroundFrameSuite1
impl Unpin for PF_BackgroundFrameSuite1
impl UnwindSafe for PF_BackgroundFrameSuite1
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