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