Struct pgx_pg_sys::WindowDef
source · [−]#[repr(C)]pub struct WindowDef {
pub type_: NodeTag,
pub name: *mut c_char,
pub refname: *mut c_char,
pub partitionClause: *mut List,
pub orderClause: *mut List,
pub frameOptions: c_int,
pub startOffset: *mut Node,
pub endOffset: *mut Node,
pub location: c_int,
}Fields
type_: NodeTagname: *mut c_charrefname: *mut c_charpartitionClause: *mut ListorderClause: *mut ListframeOptions: c_intstartOffset: *mut NodeendOffset: *mut Nodelocation: c_intTrait Implementations
impl Copy for WindowDef
Auto Trait Implementations
impl RefUnwindSafe for WindowDef
impl !Send for WindowDef
impl !Sync for WindowDef
impl Unpin for WindowDef
impl UnwindSafe for WindowDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more