#[repr(C)]pub struct lysp_node_notif {
pub __bindgen_anon_1: lysp_node_notif__bindgen_ty_1,
pub musts: *mut lysp_restr,
pub typedefs: *mut lysp_tpdf,
pub groupings: *mut lysp_node_grp,
pub child: *mut lysp_node,
}Fields§
§__bindgen_anon_1: lysp_node_notif__bindgen_ty_1§musts: *mut lysp_restr§typedefs: *mut lysp_tpdf§groupings: *mut lysp_node_grp§child: *mut lysp_nodeTrait Implementations§
Source§impl Clone for lysp_node_notif
impl Clone for lysp_node_notif
Source§fn clone(&self) -> lysp_node_notif
fn clone(&self) -> lysp_node_notif
Returns a duplicate 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 lysp_node_notif
impl Default for lysp_node_notif
impl Copy for lysp_node_notif
Auto Trait Implementations§
impl Freeze for lysp_node_notif
impl RefUnwindSafe for lysp_node_notif
impl !Send for lysp_node_notif
impl !Sync for lysp_node_notif
impl Unpin for lysp_node_notif
impl UnwindSafe for lysp_node_notif
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