#[repr(C)]pub struct xl_invalidations {
pub dbId: Oid,
pub tsId: Oid,
pub relcacheInitFileInval: bool,
pub nmsgs: c_int,
pub msgs: __IncompleteArrayField<SharedInvalidationMessage>,
}
Fields§
§dbId: Oid
§tsId: Oid
§relcacheInitFileInval: bool
§nmsgs: c_int
§msgs: __IncompleteArrayField<SharedInvalidationMessage>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xl_invalidations
impl RefUnwindSafe for xl_invalidations
impl Send for xl_invalidations
impl Sync for xl_invalidations
impl Unpin for xl_invalidations
impl UnwindSafe for xl_invalidations
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