Struct libyang2_sys::lysp_tpdf
source · #[repr(C)]pub struct lysp_tpdf {
pub name: *const c_char,
pub units: *const c_char,
pub dflt: lysp_qname,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysp_ext_instance,
pub type_: lysp_type,
pub flags: u16,
}Fields
name: *const c_charunits: *const c_chardflt: lysp_qnamedsc: *const c_charref_: *const c_charexts: *mut lysp_ext_instancetype_: lysp_typeflags: u16Trait Implementations
impl Copy for lysp_tpdf
Auto Trait Implementations
impl RefUnwindSafe for lysp_tpdf
impl !Send for lysp_tpdf
impl !Sync for lysp_tpdf
impl Unpin for lysp_tpdf
impl UnwindSafe for lysp_tpdf
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