[−][src]Struct pgx_pg_sys::ItemIdData
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>Implementations
impl ItemIdData[src]
pub fn lp_off(&self) -> c_uint[src]
pub fn set_lp_off(&mut self, val: c_uint)[src]
pub fn lp_flags(&self) -> c_uint[src]
pub fn set_lp_flags(&mut self, val: c_uint)[src]
pub fn lp_len(&self) -> c_uint[src]
pub fn set_lp_len(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
lp_off: c_uint,
lp_flags: c_uint,
lp_len: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u16>[src]
lp_off: c_uint,
lp_flags: c_uint,
lp_len: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u16>
Trait Implementations
impl Clone for ItemIdData[src]
pub fn clone(&self) -> ItemIdData[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ItemIdData[src]
impl Debug for ItemIdData[src]
impl Default for ItemIdData[src]
pub fn default() -> ItemIdData[src]
Auto Trait Implementations
impl RefUnwindSafe for ItemIdData[src]
impl Send for ItemIdData[src]
impl Sync for ItemIdData[src]
impl Unpin for ItemIdData[src]
impl UnwindSafe for ItemIdData[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,