phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Uncopyable
nxt
uncopyable_sample
Undocumented in source.
struct
Uncopyable {
void
*
malloc
(size_t size) via
import
nxt
.
qcmeman
:
malloc
,
free
;
;
void
free
(void* ptr) via
import
nxt
.
qcmeman
:
malloc
,
free
;
;
this
(uint i);
this(this)
;
~this
();
inout
(
uint
)*
valuePointer
();
typeof
(
this
)
dup
();
pure nothrow @
safe
@
nogc
uint
*
_i
;
}
Constructors
this
this
(uint i)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
dup
typeof
(
this
)
dup
()
Undocumented in source. Be warned that the author may not have intended to support it.
valuePointer
inout
(
uint
)*
valuePointer
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_i
uint
*
_i
;
Undocumented in source.
Meta
Source
See Implementation
nxt
uncopyable_sample
structs
Uncopyable