Type Definition vncserver::RfbScreenInfoPtr[][src]

type RfbScreenInfoPtr = *mut _rfbScreenInfo;
[]

A raw pointer to Rfb Screen Information.

struct _rfbScreenInfo {
    scaledScreenNext: *mut _rfbScreenInfo,
    scaledScreenRefCount: ::std::os::raw::c_int,
    width: ::std::os::raw::c_int,
    paddedWidthInBytes: ::std::os::raw::c_int,
    height: ::std::os::raw::c_int,
    depth: ::std::os::raw::c_int,
    bitsPerPixel: ::std::os::raw::c_int,
    sizeInBytes: ::std::os::raw::c_int,
    ...
}