Struct CXToken

struct CXToken { ... }

Fields

int_data: [c_uint; 4]
ptr_data: *mut c_void

Implementations

impl Clone for CXToken

fn clone(self: &Self) -> CXToken

impl Copy for CXToken

impl Debug for CXToken

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Default for CXToken

fn default() -> CXToken

impl Freeze for CXToken

impl RefUnwindSafe for CXToken

impl Send for CXToken

impl Sync for CXToken

impl Unpin for CXToken

impl UnsafeUnpin for CXToken

impl UnwindSafe for CXToken

impl<T> Any for CXToken

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for CXToken

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for CXToken

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for CXToken

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for CXToken

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for CXToken

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for CXToken

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for CXToken

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for CXToken

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>