#[repr(C)]pub struct lysc_node {
pub nodetype: u16,
pub flags: u16,
pub hash: [u8; 4],
pub module: *mut lys_module,
pub parent: *mut lysc_node,
pub next: *mut lysc_node,
pub prev: *mut lysc_node,
pub name: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysc_ext_instance,
pub priv_: *mut c_void,
}Fields§
§nodetype: u16§flags: u16§hash: [u8; 4]§module: *mut lys_module§parent: *mut lysc_node§next: *mut lysc_node§prev: *mut lysc_node§name: *const c_char§dsc: *const c_char§ref_: *const c_char§exts: *mut lysc_ext_instance§priv_: *mut c_voidTrait Implementations§
impl Copy for lysc_node
Auto Trait Implementations§
impl Freeze for lysc_node
impl RefUnwindSafe for lysc_node
impl !Send for lysc_node
impl !Sync for lysc_node
impl Unpin for lysc_node
impl UnwindSafe for lysc_node
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)