#[repr(C, packed(1))]pub struct PrSDKErrorSuite3 {
pub SetEventStringUnicode: Option<unsafe extern "C" fn(eventType: csSDK_uint32, eventTitle: *mut prUTF16Char, eventDescription: *mut prUTF16Char) -> prSuiteError>,
}Expand description
Version 3 changes: Add UTF16 string support
Fields§
§SetEventStringUnicode: Option<unsafe extern "C" fn(eventType: csSDK_uint32, eventTitle: *mut prUTF16Char, eventDescription: *mut prUTF16Char) -> prSuiteError>Trait Implementations§
Source§impl Clone for PrSDKErrorSuite3
impl Clone for PrSDKErrorSuite3
Source§fn clone(&self) -> PrSDKErrorSuite3
fn clone(&self) -> PrSDKErrorSuite3
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 PrSDKErrorSuite3
impl Debug for PrSDKErrorSuite3
impl Copy for PrSDKErrorSuite3
Auto Trait Implementations§
impl Freeze for PrSDKErrorSuite3
impl RefUnwindSafe for PrSDKErrorSuite3
impl Send for PrSDKErrorSuite3
impl Sync for PrSDKErrorSuite3
impl Unpin for PrSDKErrorSuite3
impl UnwindSafe for PrSDKErrorSuite3
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