Struct pgrx_pg_sys::WindowObjectData
source · #[repr(C)]pub struct WindowObjectData {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for WindowObjectData
impl Clone for WindowObjectData
source§fn clone(&self) -> WindowObjectData
fn clone(&self) -> WindowObjectData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WindowObjectData
impl Debug for WindowObjectData
source§impl Default for WindowObjectData
impl Default for WindowObjectData
source§fn default() -> WindowObjectData
fn default() -> WindowObjectData
Returns the “default value” for a type. Read more
impl Copy for WindowObjectData
Auto Trait Implementations§
impl Freeze for WindowObjectData
impl RefUnwindSafe for WindowObjectData
impl Send for WindowObjectData
impl Sync for WindowObjectData
impl Unpin for WindowObjectData
impl UnwindSafe for WindowObjectData
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