Struct pgx_pg_sys::WordEntry
source · [−]#[repr(C)]#[repr(align(4))]pub struct WordEntry {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields
_bitfield_align_1: [u32; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations
sourceimpl WordEntry
impl WordEntry
pub fn haspos(&self) -> uint32
pub fn set_haspos(&mut self, val: uint32)
pub fn len(&self) -> uint32
pub fn set_len(&mut self, val: uint32)
pub fn pos(&self) -> uint32
pub fn set_pos(&mut self, val: uint32)
pub fn new_bitfield_1(
haspos: uint32,
len: uint32,
pos: uint32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
impl Copy for WordEntry
Auto Trait Implementations
impl RefUnwindSafe for WordEntry
impl Send for WordEntry
impl Sync for WordEntry
impl Unpin for WordEntry
impl UnwindSafe for WordEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more