#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RelFileNode
Source§impl Debug for RelFileNode
impl Debug 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 UnsafeUnpin 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