Struct libyang2_sys::lysc_when
source · #[repr(C)]pub struct lysc_when {
pub cond: *mut lyxp_expr,
pub context: *mut lysc_node,
pub prefixes: *mut lysc_prefix,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysc_ext_instance,
pub refcount: u32,
pub flags: u16,
}Fields
cond: *mut lyxp_exprcontext: *mut lysc_nodeprefixes: *mut lysc_prefixdsc: *const c_charref_: *const c_charexts: *mut lysc_ext_instancerefcount: u32flags: u16Trait Implementations
impl Copy for lysc_when
Auto Trait Implementations
impl RefUnwindSafe for lysc_when
impl !Send for lysc_when
impl !Sync for lysc_when
impl Unpin for lysc_when
impl UnwindSafe for lysc_when
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