CPpmd7

Struct CPpmd7 

Source
#[repr(C)]
pub struct CPpmd7 {
Show 28 fields pub MinContext: *mut CPpmd7_Context, pub MaxContext: *mut CPpmd7_Context, pub FoundState: *mut CPpmd_State, pub OrderFall: c_uint, pub InitEsc: c_uint, pub PrevSuccess: c_uint, pub MaxOrder: c_uint, pub HiBitsFlag: c_uint, pub RunLength: Int32, pub InitRL: Int32, pub Size: UInt32, pub GlueCount: UInt32, pub AlignOffset: UInt32, pub Base: *mut Byte, pub LoUnit: *mut Byte, pub HiUnit: *mut Byte, pub Text: *mut Byte, pub UnitsStart: *mut Byte, pub rc: CPpmd7__bindgen_ty_1, pub Indx2Units: [Byte; 40], pub Units2Indx: [Byte; 128], pub FreeList: [CPpmd_Void_Ref; 38], pub NS2BSIndx: [Byte; 256], pub NS2Indx: [Byte; 256], pub ExpEscape: [Byte; 16], pub DummySee: CPpmd_See, pub See: [[CPpmd_See; 16]; 25], pub BinSumm: [[UInt16; 64]; 128],
}

Fields§

§MinContext: *mut CPpmd7_Context§MaxContext: *mut CPpmd7_Context§FoundState: *mut CPpmd_State§OrderFall: c_uint§InitEsc: c_uint§PrevSuccess: c_uint§MaxOrder: c_uint§HiBitsFlag: c_uint§RunLength: Int32§InitRL: Int32§Size: UInt32§GlueCount: UInt32§AlignOffset: UInt32§Base: *mut Byte§LoUnit: *mut Byte§HiUnit: *mut Byte§Text: *mut Byte§UnitsStart: *mut Byte§rc: CPpmd7__bindgen_ty_1§Indx2Units: [Byte; 40]§Units2Indx: [Byte; 128]§FreeList: [CPpmd_Void_Ref; 38]§NS2BSIndx: [Byte; 256]§NS2Indx: [Byte; 256]§ExpEscape: [Byte; 16]§DummySee: CPpmd_See§See: [[CPpmd_See; 16]; 25]§BinSumm: [[UInt16; 64]; 128]

Trait Implementations§

Source§

impl Clone for CPpmd7

Source§

fn clone(&self) -> CPpmd7

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for CPpmd7

Auto Trait Implementations§

§

impl Freeze for CPpmd7

§

impl RefUnwindSafe for CPpmd7

§

impl !Send for CPpmd7

§

impl !Sync for CPpmd7

§

impl Unpin for CPpmd7

§

impl UnwindSafe for CPpmd7

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.