Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cretz/go-scrap
/ types & classes
Types & classes
9 in github.com/cretz/go-scrap
⨍
Functions
51
◇
Types & classes
9
Class
Capturer
scrap-sys/scrap-sys.h:30
Struct
Capturer
Capturer represents the capturing of a display.
scrap.go:132
Class
CapturerOrErr
scrap-sys/src/lib.rs:96
Class
Display
scrap-sys/scrap-sys.h:4
Struct
Display
Display represents a system display that can be captured. Once a display is used in NewCapturer, no other methods can be called on it.
scrap.go:66
Class
DisplayListOrErr
scrap-sys/src/lib.rs:11
Class
DisplayOrErr
scrap-sys/src/lib.rs:42
Struct
FrameImage
FrameImage is an implementation of image.Image. It carries the same ownership rules and restrictions as the Capturer.Frame slice result. If you run th
scrap.go:214
Class
FrameOrErr
scrap-sys/src/lib.rs:132