#[repr(C)]pub struct PF_AdvAppSuite2 {
pub PF_SetProjectDirty: Option<unsafe extern "C" fn() -> PF_Err>,
pub PF_SaveProject: Option<unsafe extern "C" fn() -> PF_Err>,
pub PF_SaveBackgroundState: Option<unsafe extern "C" fn() -> PF_Err>,
pub PF_ForceForeground: Option<unsafe extern "C" fn() -> PF_Err>,
pub PF_RestoreBackgroundState: Option<unsafe extern "C" fn() -> PF_Err>,
pub PF_RefreshAllWindows: Option<unsafe extern "C" fn() -> PF_Err>,
pub PF_InfoDrawText: Option<unsafe extern "C" fn(line1Z0: *const A_char, line2Z0: *const A_char) -> PF_Err>,
pub PF_InfoDrawColor: Option<unsafe extern "C" fn(color: PF_Pixel) -> PF_Err>,
pub PF_InfoDrawText3: Option<unsafe extern "C" fn(line1Z0: *const A_char, line2Z0: *const A_char, line3Z0: *const A_char) -> PF_Err>,
pub PF_InfoDrawText3Plus: Option<unsafe extern "C" fn(line1Z0: *const A_char, line2_jrZ0: *const A_char, line2_jlZ0: *const A_char, line3_jrZ0: *const A_char, line3_jlZ0: *const A_char) -> PF_Err>,
pub PF_AppendInfoText: Option<unsafe extern "C" fn(appendZ0: *const A_char) -> PF_Err>,
}Fields§
§PF_SetProjectDirty: Option<unsafe extern "C" fn() -> PF_Err>§PF_SaveProject: Option<unsafe extern "C" fn() -> PF_Err>§PF_SaveBackgroundState: Option<unsafe extern "C" fn() -> PF_Err>§PF_ForceForeground: Option<unsafe extern "C" fn() -> PF_Err>§PF_RestoreBackgroundState: Option<unsafe extern "C" fn() -> PF_Err>§PF_RefreshAllWindows: Option<unsafe extern "C" fn() -> PF_Err>§PF_InfoDrawText: Option<unsafe extern "C" fn(line1Z0: *const A_char, line2Z0: *const A_char) -> PF_Err>§PF_InfoDrawColor: Option<unsafe extern "C" fn(color: PF_Pixel) -> PF_Err>§PF_InfoDrawText3: Option<unsafe extern "C" fn(line1Z0: *const A_char, line2Z0: *const A_char, line3Z0: *const A_char) -> PF_Err>§PF_InfoDrawText3Plus: Option<unsafe extern "C" fn(line1Z0: *const A_char, line2_jrZ0: *const A_char, line2_jlZ0: *const A_char, line3_jrZ0: *const A_char, line3_jlZ0: *const A_char) -> PF_Err>§PF_AppendInfoText: Option<unsafe extern "C" fn(appendZ0: *const A_char) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_AdvAppSuite2
impl Clone for PF_AdvAppSuite2
Source§fn clone(&self) -> PF_AdvAppSuite2
fn clone(&self) -> PF_AdvAppSuite2
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_AdvAppSuite2
impl Debug for PF_AdvAppSuite2
impl Copy for PF_AdvAppSuite2
Auto Trait Implementations§
impl Freeze for PF_AdvAppSuite2
impl RefUnwindSafe for PF_AdvAppSuite2
impl Send for PF_AdvAppSuite2
impl Sync for PF_AdvAppSuite2
impl Unpin for PF_AdvAppSuite2
impl UnwindSafe for PF_AdvAppSuite2
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