#[repr(C)]pub struct xl_tblspc_create_rec {
pub ts_id: Oid,
pub ts_path: __IncompleteArrayField<c_char>,
}
Fields§
§ts_id: Oid
§ts_path: __IncompleteArrayField<c_char>
Trait Implementations§
Source§impl Debug for xl_tblspc_create_rec
impl Debug for xl_tblspc_create_rec
Auto Trait Implementations§
impl Freeze for xl_tblspc_create_rec
impl RefUnwindSafe for xl_tblspc_create_rec
impl Send for xl_tblspc_create_rec
impl Sync for xl_tblspc_create_rec
impl Unpin for xl_tblspc_create_rec
impl UnwindSafe for xl_tblspc_create_rec
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