#[repr(C)]pub struct lysc_node_case {
pub __bindgen_anon_1: lysc_node_case__bindgen_ty_1,
pub child: *mut lysc_node,
pub when: *mut *mut lysc_when,
}Fields§
§__bindgen_anon_1: lysc_node_case__bindgen_ty_1§child: *mut lysc_node§when: *mut *mut lysc_whenTrait Implementations§
Source§impl Clone for lysc_node_case
impl Clone for lysc_node_case
Source§fn clone(&self) -> lysc_node_case
fn clone(&self) -> lysc_node_case
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 Default for lysc_node_case
impl Default for lysc_node_case
impl Copy for lysc_node_case
Auto Trait Implementations§
impl Freeze for lysc_node_case
impl RefUnwindSafe for lysc_node_case
impl !Send for lysc_node_case
impl !Sync for lysc_node_case
impl Unpin for lysc_node_case
impl UnwindSafe for lysc_node_case
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)