Crate jawt

Crate jawt 

Source
Expand description

Cross-platform Rust bindings to Java AWT. For more details about how to use these bindings, please refer to the Oracle Documentation.

Re-exports§

pub use jawt_sys as sys;

Modules§

unix

Structs§

Awt
Structure for containing native AWT functions.
AwtEmbeddedFrame
AwtVersion
Structure that represents a version of Awt. Specifying an earlier version will limit the available functions of Awt.
DrawingSurface
Structure for containing the underlying drawing information of a component. All operations on a DrawingSurface MUST be performed from the same thread as the call to Awt::drawing_surface().
DrawingSurfaceGuard
An RAII implementation of a scoped lock of a DrawingSurfaceGuard. The corresponding DrawingSurface is unlocked when this structure is dropped.
DrawingSurfaceInfo
Structure for containing the underlying drawing information of a component.
DrawingSurfaceLockResult
Rect
Structure for a native rectangle.

Type Aliases§

AwtPlatformInfo
DrawingSurfacePlatformInfo