#[repr(C)]pub struct String {
pub len: usize,
pub buf: *const c_uchar,
}Expand description
Fields§
§len: usize§buf: *const c_ucharTrait Implementations§
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