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