ispeed>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: ispeed>> ( object -- value )


Methods
USING: accessors classes.struct classes.struct.private
io.serial.unix.termios math ;

M: termios ispeed>>
T{ struct-slot-spec
{ name "ispeed" }
{ offset 36 }
{ class fixnum }
{ initial 0 }
{ type speed_t }
} read-struct-slot ; inline