#[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_char§dsc: *const c_char§ref_: *const c_char§iffeatures: *mut lysp_qname§musts: *mut lysp_restr§presence: *const c_char§dflts: *mut lysp_qname§min: u32§max: u32§exts: *mut lysp_ext_instance§flags: u16Trait Implementations§
Source§impl Clone for lysp_refine
impl Clone for lysp_refine
Source§fn clone(&self) -> lysp_refine
fn clone(&self) -> lysp_refine
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lysp_refine
impl Debug for lysp_refine
Source§impl Default for lysp_refine
impl Default for lysp_refine
impl Copy for lysp_refine
Auto Trait Implementations§
impl Freeze for lysp_refine
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)