#[repr(C)]pub struct lysp_node_leaf {
pub __bindgen_anon_1: lysp_node_leaf__bindgen_ty_1,
pub musts: *mut lysp_restr,
pub when: *mut lysp_when,
pub type_: lysp_type,
pub units: *const c_char,
pub dflt: lysp_qname,
}Fields§
§__bindgen_anon_1: lysp_node_leaf__bindgen_ty_1§musts: *mut lysp_restr§when: *mut lysp_when§type_: lysp_type§units: *const c_char§dflt: lysp_qnameTrait Implementations§
Source§impl Clone for lysp_node_leaf
impl Clone for lysp_node_leaf
Source§fn clone(&self) -> lysp_node_leaf
fn clone(&self) -> lysp_node_leaf
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 lysp_node_leaf
impl Default for lysp_node_leaf
impl Copy for lysp_node_leaf
Auto Trait Implementations§
impl Freeze for lysp_node_leaf
impl RefUnwindSafe for lysp_node_leaf
impl !Send for lysp_node_leaf
impl !Sync for lysp_node_leaf
impl Unpin for lysp_node_leaf
impl UnwindSafe for lysp_node_leaf
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)