#[repr(C)]pub struct cc_string_ {
pub buffer: *mut c_char,
pub length: cc_uint16,
pub capacity: cc_uint16,
}
Fields§
§buffer: *mut c_char
§length: cc_uint16
§capacity: cc_uint16
Implementations§
Trait Implementations§
Source§impl Borrow<cc_string_> for OwnedString
impl Borrow<cc_string_> for OwnedString
Source§impl Debug for cc_string_
impl Debug for cc_string_
Source§impl From<cc_string_> for String
impl From<cc_string_> for String
Source§impl Hash for cc_string_
impl Hash for cc_string_
Source§impl PartialEq for cc_string_
impl PartialEq for cc_string_
impl Eq for cc_string_
impl StructuralPartialEq for cc_string_
Auto Trait Implementations§
impl Freeze for cc_string_
impl RefUnwindSafe for cc_string_
impl !Send for cc_string_
impl !Sync for cc_string_
impl Unpin for cc_string_
impl UnwindSafe for cc_string_
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more