| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.HarfBuzz.Unions.VarNumT
Contents
Description
No description available in the introspection data.
Synopsis
- newtype VarNumT = VarNumT (ManagedPtr VarNumT)
- newZeroVarNumT :: MonadIO m => m VarNumT
- getVarNumTF :: MonadIO m => VarNumT -> m Float
- setVarNumTF :: MonadIO m => VarNumT -> Float -> m ()
- getVarNumTI32 :: MonadIO m => VarNumT -> m Int32
- setVarNumTI32 :: MonadIO m => VarNumT -> Int32 -> m ()
- getVarNumTU32 :: MonadIO m => VarNumT -> m Word32
- setVarNumTU32 :: MonadIO m => VarNumT -> Word32 -> m ()
Exported types
Memory-managed wrapper type.
Instances
| Eq VarNumT Source # | |
| BoxedPtr VarNumT Source # | |
Defined in GI.HarfBuzz.Unions.VarNumT | |
| CallocPtr VarNumT Source # | |
Defined in GI.HarfBuzz.Unions.VarNumT Methods boxedPtrCalloc :: IO (Ptr VarNumT) | |
| ManagedPtrNewtype VarNumT Source # | |
Defined in GI.HarfBuzz.Unions.VarNumT Methods toManagedPtr :: VarNumT -> ManagedPtr VarNumT | |
| tag ~ 'AttrSet => Constructible VarNumT tag Source # | |
Methods
Properties
f
No description available in the introspection data.
getVarNumTF :: MonadIO m => VarNumT -> m Float Source #
Get the value of the “f” field.
When overloading is enabled, this is equivalent to
get varNumT #f
setVarNumTF :: MonadIO m => VarNumT -> Float -> m () Source #
Set the value of the “f” field.
When overloading is enabled, this is equivalent to
setvarNumT [ #f:=value ]
i32
No description available in the introspection data.
getVarNumTI32 :: MonadIO m => VarNumT -> m Int32 Source #
Get the value of the “i32” field.
When overloading is enabled, this is equivalent to
get varNumT #i32
setVarNumTI32 :: MonadIO m => VarNumT -> Int32 -> m () Source #
Set the value of the “i32” field.
When overloading is enabled, this is equivalent to
setvarNumT [ #i32:=value ]
u32
No description available in the introspection data.
getVarNumTU32 :: MonadIO m => VarNumT -> m Word32 Source #
Get the value of the “u32” field.
When overloading is enabled, this is equivalent to
get varNumT #u32
setVarNumTU32 :: MonadIO m => VarNumT -> Word32 -> m () Source #
Set the value of the “u32” field.
When overloading is enabled, this is equivalent to
setvarNumT [ #u32:=value ]