Struct libdbus_sys::DBusMessageIter[][src]

#[repr(C)]
pub struct DBusMessageIter {
Show 15 fields pub dummy1: *mut c_void, pub dummy2: *mut c_void, pub dummy3: u32, pub dummy4: c_int, pub dummy5: c_int, pub dummy6: c_int, pub dummy7: c_int, pub dummy8: c_int, pub dummy9: c_int, pub dummy10: c_int, pub dummy11: c_int, pub pad1: c_int, pub pad2: c_int, pub pad2_added_by_rust: c_int, pub pad3: *mut c_void,
}

Fields

dummy1: *mut c_voiddummy2: *mut c_voiddummy3: u32dummy4: c_intdummy5: c_intdummy6: c_intdummy7: c_intdummy8: c_intdummy9: c_intdummy10: c_intdummy11: c_intpad1: c_intpad2: c_intpad2_added_by_rust: c_intpad3: *mut c_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

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.