#[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§dsc: *const c_char§ref_: *const c_char§emsg: *const c_char§eapptag: *const c_char§exts: *mut lysc_ext_instanceTrait 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lysc_range
impl Debug for lysc_range
Source§impl Default for lysc_range
impl Default for lysc_range
impl Copy for lysc_range
Auto Trait Implementations§
impl Freeze for lysc_range
impl RefUnwindSafe for lysc_range
impl !Send for lysc_range
impl !Sync for lysc_range
impl Unpin for lysc_range
impl UnwindSafe for lysc_range
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)