| 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.Gst.Objects.Bitmask
Contents
Description
A fundamental type that describes a 64-bit bitmask
Synopsis
- newtype Bitmask = Bitmask (ManagedPtr Bitmask)
- class (BoxedPtr o, TypedObject o, IsDescendantOf Bitmask o) => IsBitmask o
- toBitmask :: (MonadIO m, IsBitmask o) => o -> m Bitmask
Exported types
Memory-managed wrapper type.
Constructors
| Bitmask (ManagedPtr Bitmask) |
Instances
| Eq Bitmask Source # | |
| BoxedPtr Bitmask Source # | |
Defined in GI.Gst.Objects.Bitmask | |
| ManagedPtrNewtype Bitmask Source # | |
Defined in GI.Gst.Objects.Bitmask Methods toManagedPtr :: Bitmask -> ManagedPtr Bitmask # | |
| TypedObject Bitmask Source # | |
Defined in GI.Gst.Objects.Bitmask | |
| HasParentTypes Bitmask Source # | |
Defined in GI.Gst.Objects.Bitmask | |
| type ParentTypes Bitmask Source # | |
Defined in GI.Gst.Objects.Bitmask | |
class (BoxedPtr o, TypedObject o, IsDescendantOf Bitmask o) => IsBitmask o Source #
Instances
| (BoxedPtr o, TypedObject o, IsDescendantOf Bitmask o) => IsBitmask o Source # | |
Defined in GI.Gst.Objects.Bitmask | |