DecodedName

Struct DecodedName 

Source
#[repr(C)]
pub struct DecodedName {
Show 37 fields pub fullName: *mut c_char, pub fullNameLen: c_int, pub entryCount: c_int, pub cnIdx: c_int, pub cnLen: c_int, pub cnNid: c_int, pub snIdx: c_int, pub snLen: c_int, pub snNid: c_int, pub cIdx: c_int, pub cLen: c_int, pub cNid: c_int, pub lIdx: c_int, pub lLen: c_int, pub lNid: c_int, pub stIdx: c_int, pub stLen: c_int, pub stNid: c_int, pub oIdx: c_int, pub oLen: c_int, pub oNid: c_int, pub ouIdx: c_int, pub ouLen: c_int, pub ouNid: c_int, pub emailIdx: c_int, pub emailLen: c_int, pub emailNid: c_int, pub uidIdx: c_int, pub uidLen: c_int, pub uidNid: c_int, pub serialIdx: c_int, pub serialLen: c_int, pub serialNid: c_int, pub dcIdx: [c_int; 10], pub dcLen: [c_int; 10], pub dcNum: c_int, pub dcMode: c_int,
}

Fields§

§fullName: *mut c_char§fullNameLen: c_int§entryCount: c_int§cnIdx: c_int§cnLen: c_int§cnNid: c_int§snIdx: c_int§snLen: c_int§snNid: c_int§cIdx: c_int§cLen: c_int§cNid: c_int§lIdx: c_int§lLen: c_int§lNid: c_int§stIdx: c_int§stLen: c_int§stNid: c_int§oIdx: c_int§oLen: c_int§oNid: c_int§ouIdx: c_int§ouLen: c_int§ouNid: c_int§emailIdx: c_int§emailLen: c_int§emailNid: c_int§uidIdx: c_int§uidLen: c_int§uidNid: c_int§serialIdx: c_int§serialLen: c_int§serialNid: c_int§dcIdx: [c_int; 10]§dcLen: [c_int; 10]§dcNum: c_int§dcMode: c_int

Trait Implementations§

Source§

impl Clone for DecodedName

Source§

fn clone(&self) -> DecodedName

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for DecodedName

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Copy for DecodedName

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

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

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.