#[repr(C)]pub struct Pg_finfo_record {
pub api_version: c_int,
}
Fields§
§api_version: c_int
Auto Trait Implementations§
impl Freeze for Pg_finfo_record
impl RefUnwindSafe for Pg_finfo_record
impl Send for Pg_finfo_record
impl Sync for Pg_finfo_record
impl Unpin for Pg_finfo_record
impl UnwindSafe for Pg_finfo_record
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