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