#[repr(C)]pub struct lysc_node_choice {
pub __bindgen_anon_1: lysc_node_choice__bindgen_ty_1,
pub cases: *mut lysc_node_case,
pub when: *mut *mut lysc_when,
pub dflt: *mut lysc_node_case,
}Fields§
§__bindgen_anon_1: lysc_node_choice__bindgen_ty_1§cases: *mut lysc_node_case§when: *mut *mut lysc_when§dflt: *mut lysc_node_caseTrait Implementations§
source§impl Clone for lysc_node_choice
impl Clone for lysc_node_choice
source§fn clone(&self) -> lysc_node_choice
fn clone(&self) -> lysc_node_choice
Returns a copy of the value. Read more
1.0.0 · source§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_choice
impl Default for lysc_node_choice
impl Copy for lysc_node_choice
Auto Trait Implementations§
impl Freeze for lysc_node_choice
impl RefUnwindSafe for lysc_node_choice
impl !Send for lysc_node_choice
impl !Sync for lysc_node_choice
impl Unpin for lysc_node_choice
impl UnwindSafe for lysc_node_choice
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)