#[repr(C)]
pub struct MI_ContextFT {
Show 30 fields pub PostResult: isize, pub PostInstance: isize, pub PostIndication: isize, pub ConstructInstance: isize, pub ConstructParameters: isize, pub NewInstance: isize, pub NewDynamicInstance: isize, pub NewParameters: isize, pub Canceled: isize, pub GetLocale: isize, pub RegisterCancel: isize, pub RequestUnload: isize, pub RefuseUnload: isize, pub GetLocalSession: isize, pub SetStringOption: isize, pub GetStringOption: isize, pub GetNumberOption: isize, pub GetCustomOption: isize, pub GetCustomOptionCount: isize, pub GetCustomOptionAt: isize, pub WriteMessage: isize, pub WriteProgress: isize, pub WriteStreamParameter: isize, pub WriteCimError: isize, pub PromptUser: isize, pub ShouldProcess: isize, pub ShouldContinue: isize, pub PostError: isize, pub PostCimError: isize, pub WriteError: isize,
}

Fields§

§PostResult: isize§PostInstance: isize§PostIndication: isize§ConstructInstance: isize§ConstructParameters: isize§NewInstance: isize§NewDynamicInstance: isize§NewParameters: isize§Canceled: isize§GetLocale: isize§RegisterCancel: isize§RequestUnload: isize§RefuseUnload: isize§GetLocalSession: isize§SetStringOption: isize§GetStringOption: isize§GetNumberOption: isize§GetCustomOption: isize§GetCustomOptionCount: isize§GetCustomOptionAt: isize§WriteMessage: isize§WriteProgress: isize§WriteStreamParameter: isize§WriteCimError: isize§PromptUser: isize§ShouldProcess: isize§ShouldContinue: isize§PostError: isize§PostCimError: isize§WriteError: isize

Trait Implementations§

§

impl Clone for MI_ContextFT

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
§

impl Debug for MI_ContextFT

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl Default for MI_ContextFT

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl PartialEq for MI_ContextFT

§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for MI_ContextFT

§

impl Eq for MI_ContextFT

Auto Trait Implementations§

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> 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,

§

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>,

§

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>,

§

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.