Package org.ldk.structs
Class Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ
- java.lang.Object
-
- org.ldk.structs.Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ
-
- Direct Known Subclasses:
Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.None,Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.Some
public class Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ extends Object
An enum which can either contain a crate::c_types::derived::C2Tuple__u1632_u1632Z or not
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.NoneWhen we're in this state, this COption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ contains nothingstatic classOption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.SomeWhen we're in this state, this COption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ contains a crate::c_types::derived::C2Tuple__u1632_u1632Z
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()static Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZnone()Constructs a new COption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ containing nothingstatic Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZsome(TwoTuple__u1632_u1632Z o)Constructs a new COption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ containing a crate::c_types::derived::C2Tuple__u1632_u1632Z
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
some
public static Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ some(TwoTuple__u1632_u1632Z o)
Constructs a new COption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ containing a crate::c_types::derived::C2Tuple__u1632_u1632Z
-
none
public static Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ none()
Constructs a new COption_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ containing nothing
-
-