#[repr(C)]pub struct lysp_node_augment {
pub __bindgen_anon_1: lysp_node_augment__bindgen_ty_1,
pub child: *mut lysp_node,
pub when: *mut lysp_when,
pub actions: *mut lysp_node_action,
pub notifs: *mut lysp_node_notif,
}Fields§
§__bindgen_anon_1: lysp_node_augment__bindgen_ty_1§child: *mut lysp_node§when: *mut lysp_when§actions: *mut lysp_node_action§notifs: *mut lysp_node_notifTrait Implementations§
Source§impl Clone for lysp_node_augment
impl Clone for lysp_node_augment
Source§fn clone(&self) -> lysp_node_augment
fn clone(&self) -> lysp_node_augment
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_augment
impl Default for lysp_node_augment
impl Copy for lysp_node_augment
Auto Trait Implementations§
impl Freeze for lysp_node_augment
impl RefUnwindSafe for lysp_node_augment
impl !Send for lysp_node_augment
impl !Sync for lysp_node_augment
impl Unpin for lysp_node_augment
impl UnwindSafe for lysp_node_augment
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)