Class Option_EventZ

    • Method Detail

      • some

        public static Option_EventZ some​(Event o)
        Constructs a new COption_EventZ containing a crate::lightning::events::Event
      • none

        public static Option_EventZ none()
        Constructs a new COption_EventZ containing nothing
      • clone

        public Option_EventZ clone()
        Creates a new COption_EventZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
        Overrides:
        clone in class Object