Package org.ldk.structs
Class Option_C2Tuple_u64u16ZZ
- java.lang.Object
-
- org.ldk.structs.Option_C2Tuple_u64u16ZZ
-
- Direct Known Subclasses:
Option_C2Tuple_u64u16ZZ.None,Option_C2Tuple_u64u16ZZ.Some
public class Option_C2Tuple_u64u16ZZ extends Object
An enum which can either contain a crate::c_types::derived::C2Tuple_u64u16Z or not
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOption_C2Tuple_u64u16ZZ.NoneWhen we're in this state, this COption_C2Tuple_u64u16ZZ contains nothingstatic classOption_C2Tuple_u64u16ZZ.SomeWhen we're in this state, this COption_C2Tuple_u64u16ZZ contains a crate::c_types::derived::C2Tuple_u64u16Z
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Option_C2Tuple_u64u16ZZclone()Creates a new COption_C2Tuple_u64u16ZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.protected voidfinalize()static Option_C2Tuple_u64u16ZZnone()Constructs a new COption_C2Tuple_u64u16ZZ containing nothingstatic Option_C2Tuple_u64u16ZZsome(TwoTuple_u64u16Z o)Constructs a new COption_C2Tuple_u64u16ZZ containing a crate::c_types::derived::C2Tuple_u64u16Z
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
some
public static Option_C2Tuple_u64u16ZZ some(TwoTuple_u64u16Z o)
Constructs a new COption_C2Tuple_u64u16ZZ containing a crate::c_types::derived::C2Tuple_u64u16Z
-
none
public static Option_C2Tuple_u64u16ZZ none()
Constructs a new COption_C2Tuple_u64u16ZZ containing nothing
-
clone
public Option_C2Tuple_u64u16ZZ clone()
Creates a new COption_C2Tuple_u64u16ZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-