#[repr(C)]pub struct cr_plugin {
pub p: *mut c_void,
pub userdata: *mut c_void,
pub version: c_uint,
pub failure: cr_failure,
}Fields§
§p: *mut c_void§userdata: *mut c_void§version: c_uint§failure: cr_failureImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cr_plugin
impl RefUnwindSafe for cr_plugin
impl !Send for cr_plugin
impl !Sync for cr_plugin
impl Unpin for cr_plugin
impl UnwindSafe for cr_plugin
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