Struct libyang2_sys::lysp_refine
source · #[repr(C)]pub struct lysp_refine {
pub nodeid: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub iffeatures: *mut lysp_qname,
pub musts: *mut lysp_restr,
pub presence: *const c_char,
pub dflts: *mut lysp_qname,
pub min: u32,
pub max: u32,
pub exts: *mut lysp_ext_instance,
pub flags: u16,
}Fields
nodeid: *const c_chardsc: *const c_charref_: *const c_chariffeatures: *mut lysp_qnamemusts: *mut lysp_restrpresence: *const c_chardflts: *mut lysp_qnamemin: u32max: u32exts: *mut lysp_ext_instanceflags: u16Trait Implementations
sourceimpl Clone for lysp_refine
impl Clone for lysp_refine
sourcefn clone(&self) -> lysp_refine
fn clone(&self) -> lysp_refine
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for lysp_refine
impl Debug for lysp_refine
sourceimpl Default for lysp_refine
impl Default for lysp_refine
impl Copy for lysp_refine
Auto Trait Implementations
impl RefUnwindSafe for lysp_refine
impl !Send for lysp_refine
impl !Sync for lysp_refine
impl Unpin for lysp_refine
impl UnwindSafe for lysp_refine
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