Struct CXString

struct CXString { ... }

Fields

data: *const c_void
private_flags: c_uint

Implementations

impl Clone for CXString

fn clone(self: &Self) -> CXString

impl Copy for CXString

impl Debug for CXString

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

impl Default for CXString

fn default() -> CXString

impl Freeze for CXString

impl RefUnwindSafe for CXString

impl Send for CXString

impl Sync for CXString

impl Unpin for CXString

impl UnsafeUnpin for CXString

impl UnwindSafe for CXString

impl<T> Any for CXString

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for CXString

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

impl<T> BorrowMut for CXString

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

impl<T> CloneToUninit for CXString

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

impl<T> From for CXString

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for CXString

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

impl<T, U> Into for CXString

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 CXString

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

impl<T, U> TryInto for CXString

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