#[repr(C)]pub struct CInterface { /* private fields */ }
Expand description
Interface state. A pointer to this struct is provided when initializing the library. All other functions require a pointer to this struct as the first argument.
Auto 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