| 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.VarIntT
Description
No description available in the introspection data.
Synopsis
- newtype VarIntT = VarIntT (ManagedPtr VarIntT)
- newZeroVarIntT :: MonadIO m => m VarIntT
- getVarIntTI32 :: MonadIO m => VarIntT -> m Int32
- setVarIntTI32 :: MonadIO m => VarIntT -> Int32 -> m ()
- getVarIntTU32 :: MonadIO m => VarIntT -> m Word32
- setVarIntTU32 :: MonadIO m => VarIntT -> Word32 -> m ()
Exported types
Memory-managed wrapper type.
Instances
| Eq VarIntT Source # | |
| BoxedPtr VarIntT Source # | |
Defined in GI.HarfBuzz.Unions.VarIntT | |
| CallocPtr VarIntT Source # | |
Defined in GI.HarfBuzz.Unions.VarIntT Methods boxedPtrCalloc :: IO (Ptr VarIntT) | |
| ManagedPtrNewtype VarIntT Source # | |
Defined in GI.HarfBuzz.Unions.VarIntT Methods toManagedPtr :: VarIntT -> ManagedPtr VarIntT | |
| tag ~ 'AttrSet => Constructible VarIntT tag Source # | |
Methods
Properties
i32
No description available in the introspection data.
getVarIntTI32 :: MonadIO m => VarIntT -> m Int32 Source #
Get the value of the “i32” field.
When overloading is enabled, this is equivalent to
get varIntT #i32
setVarIntTI32 :: MonadIO m => VarIntT -> Int32 -> m () Source #
Set the value of the “i32” field.
When overloading is enabled, this is equivalent to
setvarIntT [ #i32:=value ]
u32
No description available in the introspection data.
getVarIntTU32 :: MonadIO m => VarIntT -> m Word32 Source #
Get the value of the “u32” field.
When overloading is enabled, this is equivalent to
get varIntT #u32
setVarIntTU32 :: MonadIO m => VarIntT -> Word32 -> m () Source #
Set the value of the “u32” field.
When overloading is enabled, this is equivalent to
setvarIntT [ #u32:=value ]