Class Option_u128Z

    • Method Detail

      • some

        public static Option_u128Z some​(UInt128 o)
        Constructs a new COption_u128Z containing a crate::c_types::U128
      • none

        public static Option_u128Z none()
        Constructs a new COption_u128Z containing nothing
      • clone

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