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