ViennaRNA-bindings-0.233.1.2: ViennaRNA v2 bindings
BioInf.ViennaRNA.Bindings.FFI.Duplex
data Duplex Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Duplex -> ShowS #
show :: Duplex -> String #
showList :: [Duplex] -> ShowS #
sizeOf :: Duplex -> Int #
alignment :: Duplex -> Int #
peekElemOff :: Ptr Duplex -> Int -> IO Duplex #
pokeElemOff :: Ptr Duplex -> Int -> Duplex -> IO () #
peekByteOff :: Ptr b -> Int -> IO Duplex #
pokeByteOff :: Ptr b -> Int -> Duplex -> IO () #
peek :: Ptr Duplex -> IO Duplex #
poke :: Ptr Duplex -> Duplex -> IO () #
ffiDuplexFold :: String -> String -> IO Duplex Source #