#[repr(C)]pub struct lysp_when {
pub cond: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysp_ext_instance,
}Fields§
§cond: *const c_char§dsc: *const c_char§ref_: *const c_char§exts: *mut lysp_ext_instanceTrait Implementations§
impl Copy for lysp_when
Auto Trait Implementations§
impl Freeze for lysp_when
impl RefUnwindSafe for lysp_when
impl !Send for lysp_when
impl !Sync for lysp_when
impl Unpin for lysp_when
impl UnwindSafe for lysp_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)