Struct libyang2_sys::lysc_must
source · #[repr(C)]pub struct lysc_must {
pub cond: *mut lyxp_expr,
pub prefixes: *mut lysc_prefix,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub emsg: *const c_char,
pub eapptag: *const c_char,
pub exts: *mut lysc_ext_instance,
}Fields
cond: *mut lyxp_exprprefixes: *mut lysc_prefixdsc: *const c_charref_: *const c_charemsg: *const c_chareapptag: *const c_charexts: *mut lysc_ext_instanceTrait Implementations
impl Copy for lysc_must
Auto Trait Implementations
impl RefUnwindSafe for lysc_must
impl !Send for lysc_must
impl !Sync for lysc_must
impl Unpin for lysc_must
impl UnwindSafe for lysc_must
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