pub type PbWindowFrame = WindowFrame;
Expand description
Alias for WindowFrame
.
Aliased Type§
struct PbWindowFrame {
pub type: i32,
pub start: Option<Bound>,
pub end: Option<Bound>,
pub exclusion: i32,
pub bounds: Option<Bounds>,
}
Fields§
§type: i32
§start: Option<Bound>
👎Deprecated
Deprecated since we introduced RANGE
frame.
end: Option<Bound>
👎Deprecated
Deprecated since we introduced RANGE
frame.
exclusion: i32
§bounds: Option<Bounds>