#[repr(C)]pub struct GoIface {
pub itab: *const GoItab,
pub data: *const u8,
}Fields§
§itab: *const GoItab§data: *const u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoIface
impl RefUnwindSafe for GoIface
impl !Send for GoIface
impl !Sync for GoIface
impl Unpin for GoIface
impl UnsafeUnpin for GoIface
impl UnwindSafe for GoIface
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