#[repr(C)]pub struct lysc_node_notif__bindgen_ty_1__bindgen_ty_1 {
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_notif,
pub prev: *mut lysc_node_notif,
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: u16flags: u16hash: [u8; 4]module: *mut lys_moduleparent: *mut lysc_nodenext: *mut lysc_node_notifprev: *mut lysc_node_notifname: *const c_chardsc: *const c_charref_: *const c_charexts: *mut lysc_ext_instancepriv_: *mut c_voidTrait Implementations
sourceimpl Clone for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
impl Clone for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> lysc_node_notif__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> lysc_node_notif__bindgen_ty_1__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
impl !Send for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
impl !Sync for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
impl Unpin for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for lysc_node_notif__bindgen_ty_1__bindgen_ty_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more