#[repr(C)]
pub struct XExtData { pub number: i32, pub next: *mut XExtData, pub free_private: Option<unsafe extern "C" fn() -> i32>, pub private_data: *mut i8, }

Fields

number: i32next: *mut XExtDatafree_private: Option<unsafe extern "C" fn() -> i32>private_data: *mut i8

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.