Struct libyang2_sys::lysc_ext
source · #[repr(C)]pub struct lysc_ext {
pub name: *const c_char,
pub argname: *const c_char,
pub exts: *mut lysc_ext_instance,
pub plugin: *mut lyplg_ext,
pub module: *mut lys_module,
pub refcount: u32,
pub flags: u16,
}Fields
name: *const c_charargname: *const c_charexts: *mut lysc_ext_instanceplugin: *mut lyplg_extmodule: *mut lys_modulerefcount: u32flags: u16Trait Implementations
impl Copy for lysc_ext
Auto Trait Implementations
impl RefUnwindSafe for lysc_ext
impl !Send for lysc_ext
impl !Sync for lysc_ext
impl Unpin for lysc_ext
impl UnwindSafe for lysc_ext
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