phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
SomeUncopyable
nxt
uncopyable_sample
Undocumented in source.
struct
SomeUncopyable {
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
();
@
safe
pure nothrow @
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
SomeUncopyable