#[repr(C)]pub struct lysc_ident {
pub name: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub module: *mut lys_module,
pub derived: *mut *mut lysc_ident,
pub exts: *mut lysc_ext_instance,
pub flags: u16,
}Fields§
§name: *const c_char§dsc: *const c_char§ref_: *const c_char§module: *mut lys_module§derived: *mut *mut lysc_ident§exts: *mut lysc_ext_instance§flags: u16Trait Implementations§
Source§impl Clone for lysc_ident
impl Clone for lysc_ident
Source§fn clone(&self) -> lysc_ident
fn clone(&self) -> lysc_ident
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 lysc_ident
impl Debug for lysc_ident
Source§impl Default for lysc_ident
impl Default for lysc_ident
impl Copy for lysc_ident
Auto Trait Implementations§
impl Freeze for lysc_ident
impl RefUnwindSafe for lysc_ident
impl !Send for lysc_ident
impl !Sync for lysc_ident
impl Unpin for lysc_ident
impl UnwindSafe for lysc_ident
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)