Struct libyang2_sys::lyd_value
source · #[repr(C)]pub struct lyd_value {
pub _canonical: *const c_char,
pub realtype: *const lysc_type,
pub __bindgen_anon_1: lyd_value__bindgen_ty_1,
}Fields
_canonical: *const c_charrealtype: *const lysc_type__bindgen_anon_1: lyd_value__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_value
impl !Send for lyd_value
impl !Sync for lyd_value
impl Unpin for lyd_value
impl UnwindSafe for lyd_value
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