#[repr(C)]
pub struct lysp_module {
Show 19 fields pub mod_: *mut lys_module, pub revs: *mut lysp_revision, pub imports: *mut lysp_import, pub includes: *mut lysp_include, pub extensions: *mut lysp_ext, pub features: *mut lysp_feature, pub identities: *mut lysp_ident, pub typedefs: *mut lysp_tpdf, pub groupings: *mut lysp_node_grp, pub data: *mut lysp_node, pub augments: *mut lysp_node_augment, pub rpcs: *mut lysp_node_action, pub notifs: *mut lysp_node_notif, pub deviations: *mut lysp_deviation, pub exts: *mut lysp_ext_instance, pub version: u8, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub __bindgen_padding_0: [u16; 3],
}

Fields

mod_: *mut lys_modulerevs: *mut lysp_revisionimports: *mut lysp_importincludes: *mut lysp_includeextensions: *mut lysp_extfeatures: *mut lysp_featureidentities: *mut lysp_identtypedefs: *mut lysp_tpdfgroupings: *mut lysp_node_grpdata: *mut lysp_nodeaugments: *mut lysp_node_augmentrpcs: *mut lysp_node_actionnotifs: *mut lysp_node_notifdeviations: *mut lysp_deviationexts: *mut lysp_ext_instanceversion: u8_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>__bindgen_padding_0: [u16; 3]

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.