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