#[repr(C)]pub struct RelFileNode {
pub spcNode: Oid,
pub dbNode: Oid,
pub relNode: Oid,
}Fields§
§spcNode: Oid§dbNode: Oid§relNode: OidTrait Implementations§
Source§impl Clone for RelFileNode
impl Clone for RelFileNode
Source§fn clone(&self) -> RelFileNode
fn clone(&self) -> RelFileNode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RelFileNode
impl Debug for RelFileNode
Source§impl Default for RelFileNode
impl Default for RelFileNode
impl Copy for RelFileNode
Auto Trait Implementations§
impl Freeze for RelFileNode
impl RefUnwindSafe for RelFileNode
impl Send for RelFileNode
impl Sync for RelFileNode
impl Unpin for RelFileNode
impl UnwindSafe for RelFileNode
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