Struct libyang2_sys::lysp_ext
source · #[repr(C)]pub struct lysp_ext {
pub name: *const c_char,
pub argname: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysp_ext_instance,
pub flags: u16,
pub compiled: *mut lysc_ext,
}Fields
name: *const c_charargname: *const c_chardsc: *const c_charref_: *const c_charexts: *mut lysp_ext_instanceflags: u16compiled: *mut lysc_extTrait Implementations
impl Copy for lysp_ext
Auto Trait Implementations
impl RefUnwindSafe for lysp_ext
impl !Send for lysp_ext
impl !Sync for lysp_ext
impl Unpin for lysp_ext
impl UnwindSafe for lysp_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