#[repr(C, packed(1))]pub struct PrSDKString {
pub opaque: [csSDK_int64; 2],
}Fields§
§opaque: [csSDK_int64; 2]Trait Implementations§
Source§impl Clone for PrSDKString
impl Clone for PrSDKString
Source§fn clone(&self) -> PrSDKString
fn clone(&self) -> PrSDKString
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 PrSDKString
impl Debug for PrSDKString
impl Copy for PrSDKString
Auto Trait Implementations§
impl Freeze for PrSDKString
impl RefUnwindSafe for PrSDKString
impl Send for PrSDKString
impl Sync for PrSDKString
impl Unpin for PrSDKString
impl UnwindSafe for PrSDKString
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