Uses of Class
org.ldk.structs.TwoTuple_u64u64Z
-
Packages that use TwoTuple_u64u64Z Package Description org.ldk.structs -
-
Uses of TwoTuple_u64u64Z in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_u64u64Z Modifier and Type Field Description TwoTuple_u64u64Z
Option_C2Tuple_u64u64ZZ.Some. some
Methods in org.ldk.structs that return TwoTuple_u64u64Z Modifier and Type Method Description TwoTuple_u64u64Z
TwoTuple_u64u64Z. clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static TwoTuple_u64u64Z
TwoTuple_u64u64Z. of(long a, long b)
Creates a new C2Tuple_u64u64Z from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_u64u64Z Modifier and Type Method Description static Option_C2Tuple_u64u64ZZ
Option_C2Tuple_u64u64ZZ. some(TwoTuple_u64u64Z o)
Constructs a new COption_C2Tuple_u64u64ZZ containing a crate::c_types::derived::C2Tuple_u64u64Z
-