Struct classicube_sys::cc_string_
source ·
[−]#[repr(C)]pub struct cc_string_ {
pub buffer: *mut c_char,
pub length: cc_uint16,
pub capacity: cc_uint16,
}Fields
buffer: *mut c_charlength: cc_uint16capacity: cc_uint16Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
