#[repr(C)]pub struct GoSlice {
pub data: *mut c_void,
pub len: GoInt,
pub cap: GoInt,
}
Fields§
§data: *mut c_void
§len: GoInt
§cap: GoInt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoSlice
impl RefUnwindSafe for GoSlice
impl !Send for GoSlice
impl !Sync for GoSlice
impl Unpin for GoSlice
impl UnwindSafe for GoSlice
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