Struct ntcore_sys::NT_Value__bindgen_ty_1__bindgen_ty_3 [] [src]

#[repr(C)]
pub struct NT_Value__bindgen_ty_1__bindgen_ty_3 { pub arr: *mut NT_String, pub size: usize, }

Fields

Trait Implementations

impl Debug for NT_Value__bindgen_ty_1__bindgen_ty_3
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for NT_Value__bindgen_ty_1__bindgen_ty_3
[src]

impl Clone for NT_Value__bindgen_ty_1__bindgen_ty_3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations