#[repr(C)]pub struct String {
pub len: usize,
pub buf: *const c_uchar,
}Fields§
§len: usize§buf: *const c_ucharImplementations§
Trait Implementations§
Source§impl Clone for custom_labels_string_t
impl Clone for custom_labels_string_t
Source§fn clone(&self) -> custom_labels_string_t
fn clone(&self) -> custom_labels_string_t
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for custom_labels_string_t
impl Debug for custom_labels_string_t
impl Copy for custom_labels_string_t
Auto Trait Implementations§
impl Freeze for custom_labels_string_t
impl RefUnwindSafe for custom_labels_string_t
impl !Send for custom_labels_string_t
impl !Sync for custom_labels_string_t
impl Unpin for custom_labels_string_t
impl UnwindSafe for custom_labels_string_t
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