#[repr(C)]pub struct CInterface {
pub type_: *const c_char,
pub version: u32,
pub cb: CCallbacks,
}Fields§
§type_: *const c_char§version: u32§cb: CCallbacksAuto Trait Implementations§
impl Freeze for CInterface
impl RefUnwindSafe for CInterface
impl !Send for CInterface
impl !Sync for CInterface
impl Unpin for CInterface
impl UnwindSafe for CInterface
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