#[repr(C)]pub struct lyplg_ext_record {
pub module: *const c_char,
pub revision: *const c_char,
pub name: *const c_char,
pub plugin: lyplg_ext,
}Fields§
§module: *const c_char§revision: *const c_char§name: *const c_char§plugin: lyplg_extTrait Implementations§
Source§impl Clone for lyplg_ext_record
impl Clone for lyplg_ext_record
Source§fn clone(&self) -> lyplg_ext_record
fn clone(&self) -> lyplg_ext_record
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lyplg_ext_record
impl Debug for lyplg_ext_record
Source§impl Default for lyplg_ext_record
impl Default for lyplg_ext_record
impl Copy for lyplg_ext_record
Auto Trait Implementations§
impl Freeze for lyplg_ext_record
impl RefUnwindSafe for lyplg_ext_record
impl !Send for lyplg_ext_record
impl !Sync for lyplg_ext_record
impl Unpin for lyplg_ext_record
impl UnwindSafe for lyplg_ext_record
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)