#[repr(C)]pub struct MdbCatalogEntry {
pub mdb: *mut MdbHandle,
pub object_name: [c_char; 257],
pub object_type: c_int,
pub table_pg: c_ulong,
pub props: *mut GPtrArray,
pub flags: c_int,
}Fields§
§mdb: *mut MdbHandle§object_name: [c_char; 257]§object_type: c_int§table_pg: c_ulong§props: *mut GPtrArray§flags: c_intAuto Trait Implementations§
impl Freeze for MdbCatalogEntry
impl RefUnwindSafe for MdbCatalogEntry
impl !Send for MdbCatalogEntry
impl !Sync for MdbCatalogEntry
impl Unpin for MdbCatalogEntry
impl UnwindSafe for MdbCatalogEntry
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