#[repr(C)]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§
Source§impl WordEntry
impl WordEntry
pub fn haspos(&self) -> uint32
pub fn set_haspos(&mut self, val: uint32)
pub unsafe fn haspos_raw(this: *const Self) -> uint32
pub unsafe fn set_haspos_raw(this: *mut Self, val: uint32)
pub fn len(&self) -> uint32
pub fn set_len(&mut self, val: uint32)
pub unsafe fn len_raw(this: *const Self) -> uint32
pub unsafe fn set_len_raw(this: *mut Self, val: uint32)
pub fn pos(&self) -> uint32
pub fn set_pos(&mut self, val: uint32)
pub unsafe fn pos_raw(this: *const Self) -> uint32
pub unsafe fn set_pos_raw(this: *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 Freeze for WordEntry
impl RefUnwindSafe for WordEntry
impl Send for WordEntry
impl Sync for WordEntry
impl Unpin for WordEntry
impl UnwindSafe for WordEntry
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