#[repr(C)]pub struct str {
pub data: *mut c_char,
pub dim: c_ulong,
pub len: c_ulong,
pub status: c_int,
}Fields§
§data: *mut c_char§dim: c_ulong§len: c_ulong§status: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for str
impl RefUnwindSafe for str
impl !Send for str
impl !Sync for str
impl Unpin for str
impl UnwindSafe for str
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