Union simplicity_sys::ffi::dag::CAuxTypes
source · #[repr(C)]
pub union CAuxTypes {
pub aux: size_t,
pub types: [size_t; 2],
}
Expand description
Anonymous
Fields§
§aux: size_t
scratch space for verifyCanonicalOrder
types: [size_t; 2]
source type, target type
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CAuxTypes
impl Send for CAuxTypes
impl Sync for CAuxTypes
impl Unpin for CAuxTypes
impl UnwindSafe for CAuxTypes
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