#[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_intTrait Implementations§
Source§impl Clone for DecodedName
impl Clone for DecodedName
Source§fn clone(&self) -> DecodedName
fn clone(&self) -> DecodedName
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 DecodedName
impl Debug for DecodedName
impl Copy for DecodedName
Auto Trait Implementations§
impl Freeze for DecodedName
impl RefUnwindSafe for DecodedName
impl !Send for DecodedName
impl !Sync for DecodedName
impl Unpin for DecodedName
impl UnwindSafe for DecodedName
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