Union simplicity_sys::ffi::dag::CSourceChildValue
source · #[repr(C)]
pub union CSourceChildValue {
/* private fields */
}
Expand description
Anonymous
Trait Implementations§
source§impl Clone for CSourceChildValue
impl Clone for CSourceChildValue
source§fn clone(&self) -> CSourceChildValue
fn clone(&self) -> CSourceChildValue
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 moreimpl Copy for CSourceChildValue
Auto Trait Implementations§
impl RefUnwindSafe for CSourceChildValue
impl !Send for CSourceChildValue
impl !Sync for CSourceChildValue
impl Unpin for CSourceChildValue
impl UnwindSafe for CSourceChildValue
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