Struct mozjs::jsapi::String_jsfriendapi_h_unnamed_13
[−]
[src]
#[repr(C)]pub struct String_jsfriendapi_h_unnamed_13 { pub nonInlineCharsLatin1: __BindgenUnionField<*const Latin1Char>, pub nonInlineCharsTwoByte: __BindgenUnionField<*const c_ushort>, pub inlineStorageLatin1: __BindgenUnionField<[Latin1Char; 1]>, pub inlineStorageTwoByte: __BindgenUnionField<[c_ushort; 1]>, pub _bindgen_data_: u64, }
Fields
nonInlineCharsLatin1: __BindgenUnionField<*const Latin1Char>
nonInlineCharsTwoByte: __BindgenUnionField<*const c_ushort>
inlineStorageLatin1: __BindgenUnionField<[Latin1Char; 1]>
inlineStorageTwoByte: __BindgenUnionField<[c_ushort; 1]>
_bindgen_data_: u64
Methods
impl String_jsfriendapi_h_unnamed_13
[src]
pub unsafe fn nonInlineCharsLatin1(&mut self) -> *mut *const Latin1Char
[src]
pub unsafe fn nonInlineCharsTwoByte(&mut self) -> *mut *const c_ushort
[src]
pub unsafe fn inlineStorageLatin1(&mut self) -> *mut [Latin1Char; 1]
[src]
pub unsafe fn inlineStorageTwoByte(&mut self) -> *mut [c_ushort; 1]
[src]
Trait Implementations
impl Debug for String_jsfriendapi_h_unnamed_13
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more