Type Alias classicube_sys::cc_string
source · pub type cc_string = cc_string_;
Aliased Type§
struct cc_string {
pub buffer: *mut i8,
pub length: u16,
pub capacity: u16,
}
Fields§
§buffer: *mut i8
§length: u16
§capacity: u16
Implementations§
Trait Implementations§
source§impl Debug for cc_string_
impl Debug for cc_string_
source§impl Hash for cc_string_
impl Hash for cc_string_
source§impl PartialEq for cc_string_
impl PartialEq for cc_string_
source§fn eq(&self, other: &cc_string_) -> bool
fn eq(&self, other: &cc_string_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.