Handbook
Glossary
f_owner>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
f_owner>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
math
unix.statfs.macos
unix.types
;
M:
statfs64
f_owner>>
T{
struct-slot-spec
{
name
"f_owner"
}
{
offset 56
}
{
class
fixnum
}
{
initial 0
}
{
type
uid_t
}
}
read-struct-slot
;
inline