#[repr(C)]pub struct gvplugin_library_t {
pub packagename: *mut c_char,
pub apis: *mut gvplugin_api_t,
}Fields§
§packagename: *mut c_char§apis: *mut gvplugin_api_tTrait Implementations§
Source§impl Clone for gvplugin_library_t
impl Clone for gvplugin_library_t
Source§fn clone(&self) -> gvplugin_library_t
fn clone(&self) -> gvplugin_library_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for gvplugin_library_t
impl Debug for gvplugin_library_t
impl Copy for gvplugin_library_t
Auto Trait Implementations§
impl Freeze for gvplugin_library_t
impl RefUnwindSafe for gvplugin_library_t
impl !Send for gvplugin_library_t
impl !Sync for gvplugin_library_t
impl Unpin for gvplugin_library_t
impl UnwindSafe for gvplugin_library_t
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