#[repr(C)]pub struct lysc_when {
pub cond: *mut lyxp_expr,
pub context: *mut lysc_node,
pub prefixes: *mut lysc_prefix,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysc_ext_instance,
pub refcount: u32,
pub flags: u16,
}Fields§
§cond: *mut lyxp_expr§context: *mut lysc_node§prefixes: *mut lysc_prefix§dsc: *const c_char§ref_: *const c_char§exts: *mut lysc_ext_instance§refcount: u32§flags: u16Trait Implementations§
impl Copy for lysc_when
Auto Trait Implementations§
impl Freeze for lysc_when
impl RefUnwindSafe for lysc_when
impl !Send for lysc_when
impl !Sync for lysc_when
impl Unpin for lysc_when
impl UnwindSafe for lysc_when
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)