#[repr(C)]pub struct lysc_range {
pub parts: *mut lysc_range_lysc_range_part,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub emsg: *const c_char,
pub eapptag: *const c_char,
pub exts: *mut lysc_ext_instance,
}Fields§
§parts: *mut lysc_range_lysc_range_part< compiled range expression ([sized array](@ref sizedarrays))
dsc: *const c_char< description
ref_: *const c_char< reference
emsg: *const c_char< error-message
eapptag: *const c_char< error-app-tag value
exts: *mut lysc_ext_instance< list of the extension instances ([sized array](@ref sizedarrays))
Trait Implementations§
Source§impl Clone for lysc_range
impl Clone for lysc_range
Source§fn clone(&self) -> lysc_range
fn clone(&self) -> lysc_range
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for lysc_range
Source§impl Debug for lysc_range
impl Debug for lysc_range
Auto Trait Implementations§
impl !Send for lysc_range
impl !Sync for lysc_range
impl Freeze for lysc_range
impl RefUnwindSafe for lysc_range
impl Unpin for lysc_range
impl UnsafeUnpin for lysc_range
impl UnwindSafe for lysc_range
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more