#[repr(C)]pub struct Pg_magic_struct {
pub len: c_int,
pub version: c_int,
pub funcmaxargs: c_int,
pub indexmaxkeys: c_int,
pub nameddatalen: c_int,
pub float4byval: c_int,
pub float8byval: c_int,
}
Fields§
§len: c_int
§version: c_int
§funcmaxargs: c_int
§indexmaxkeys: c_int
§nameddatalen: c_int
§float4byval: c_int
§float8byval: c_int
Auto Trait Implementations§
impl Freeze for Pg_magic_struct
impl RefUnwindSafe for Pg_magic_struct
impl Send for Pg_magic_struct
impl Sync for Pg_magic_struct
impl Unpin for Pg_magic_struct
impl UnwindSafe for Pg_magic_struct
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