pub struct WindowDef {
pub name: String,
pub spec: WindowSpec,
}Expand description
Named window definition in the WINDOW clause.
Fields§
§name: StringWindow name.
spec: WindowSpecWindow specification.
Trait Implementations§
impl StructuralPartialEq for WindowDef
Auto Trait Implementations§
impl Freeze for WindowDef
impl RefUnwindSafe for WindowDef
impl Send for WindowDef
impl Sync for WindowDef
impl Unpin for WindowDef
impl UnsafeUnpin for WindowDef
impl UnwindSafe for WindowDef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more