ospeed>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: ospeed>> ( object -- value )


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

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