#[repr(C, packed(1))]pub struct PrSDKWindowSuite {
pub GetMainWindow: Option<unsafe extern "C" fn() -> prWnd>,
pub UpdateAllWindows: Option<unsafe extern "C" fn()>,
}Fields§
§GetMainWindow: Option<unsafe extern "C" fn() -> prWnd>§UpdateAllWindows: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for PrSDKWindowSuite
impl Clone for PrSDKWindowSuite
Source§fn clone(&self) -> PrSDKWindowSuite
fn clone(&self) -> PrSDKWindowSuite
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 PrSDKWindowSuite
impl Debug for PrSDKWindowSuite
impl Copy for PrSDKWindowSuite
Auto Trait Implementations§
impl Freeze for PrSDKWindowSuite
impl RefUnwindSafe for PrSDKWindowSuite
impl Send for PrSDKWindowSuite
impl Sync for PrSDKWindowSuite
impl Unpin for PrSDKWindowSuite
impl UnwindSafe for PrSDKWindowSuite
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