Struct unqlite_sys::Struct_SyString [] [src]

#[repr(C)]
pub struct Struct_SyString { pub zString: *const c_char, pub nByte: c_uint, }

Fields

Trait Implementations

impl Copy for Struct_SyString
[src]

impl Clone for Struct_SyString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_SyString
[src]

Returns the "default value" for a type. Read more