Struct js::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

Methods

impl String_jsfriendapi_h_unnamed_13
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for String_jsfriendapi_h_unnamed_13
[src]

[src]

Formats the value using the given formatter.

impl Copy for String_jsfriendapi_h_unnamed_13
[src]

impl Clone for String_jsfriendapi_h_unnamed_13
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more