Class Option_TypeZ

    • Method Detail

      • some

        public static Option_TypeZ some​(Type o)
        Constructs a new COption_TypeZ containing a crate::lightning::ln::wire::Type
      • none

        public static Option_TypeZ none()
        Constructs a new COption_TypeZ containing nothing
      • clone

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