Struct libyang2_sys::lysp_when
source · #[repr(C)]pub struct lysp_when {
pub cond: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysp_ext_instance,
}Fields
cond: *const c_chardsc: *const c_charref_: *const c_charexts: *mut lysp_ext_instanceTrait Implementations
impl Copy for lysp_when
Auto Trait Implementations
impl RefUnwindSafe for lysp_when
impl !Send for lysp_when
impl !Sync for lysp_when
impl Unpin for lysp_when
impl UnwindSafe for lysp_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