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