#[repr(C)]pub struct clipsInteger {
pub header: TypeHeader,
pub next: *mut CLIPSInteger,
pub count: c_long,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
pub contents: c_longlong,
}Fields§
§header: TypeHeader§next: *mut CLIPSInteger§count: c_long§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>§contents: c_longlongImplementations§
Source§impl clipsInteger
impl clipsInteger
pub fn permanent(&self) -> c_uint
pub fn set_permanent(&mut self, val: c_uint)
pub fn markedEphemeral(&self) -> c_uint
pub fn set_markedEphemeral(&mut self, val: c_uint)
pub fn neededInteger(&self) -> c_uint
pub fn set_neededInteger(&mut self, val: c_uint)
pub fn bucket(&self) -> c_uint
pub fn set_bucket(&mut self, val: c_uint)
pub fn new_bitfield_1( permanent: c_uint, markedEphemeral: c_uint, neededInteger: c_uint, bucket: c_uint, ) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations§
Source§impl Clone for clipsInteger
impl Clone for clipsInteger
Source§fn clone(&self) -> clipsInteger
fn clone(&self) -> clipsInteger
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for clipsInteger
impl Debug for clipsInteger
Source§impl Default for clipsInteger
impl Default for clipsInteger
impl Copy for clipsInteger
Auto Trait Implementations§
impl Freeze for clipsInteger
impl RefUnwindSafe for clipsInteger
impl !Send for clipsInteger
impl !Sync for clipsInteger
impl Unpin for clipsInteger
impl UnwindSafe for clipsInteger
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