#[repr(C, packed(1))]pub struct PrSDKErrorSuite2 {
pub SetEventString: Option<unsafe extern "C" fn(eventType: csSDK_uint32, eventTitle: *const c_char, eventDescription: *const c_char) -> prSuiteError>,
}Expand description
Version 2 changes: The suite has been streamlined for this release. In addition, the string has been broken into two parts, a title and a description. This separation works well with the new Events Window.
Fields§
§SetEventString: Option<unsafe extern "C" fn(eventType: csSDK_uint32, eventTitle: *const c_char, eventDescription: *const c_char) -> prSuiteError>Trait Implementations§
Source§impl Clone for PrSDKErrorSuite2
impl Clone for PrSDKErrorSuite2
Source§fn clone(&self) -> PrSDKErrorSuite2
fn clone(&self) -> PrSDKErrorSuite2
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 PrSDKErrorSuite2
impl Debug for PrSDKErrorSuite2
impl Copy for PrSDKErrorSuite2
Auto Trait Implementations§
impl Freeze for PrSDKErrorSuite2
impl RefUnwindSafe for PrSDKErrorSuite2
impl Send for PrSDKErrorSuite2
impl Sync for PrSDKErrorSuite2
impl Unpin for PrSDKErrorSuite2
impl UnwindSafe for PrSDKErrorSuite2
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