#[repr(C)]
pub struct Block_descriptor_with_signature { pub header: Block_descriptor_header, pub copy: Option<unsafe extern "C" fn(dst: *mut c_void, src: *mut c_void)>, pub dispose: Option<unsafe extern "C" fn(src: *mut c_void)>, pub encoding: *const c_char, }
Expand description

Requires BLOCK_HAS_COPY_DISPOSE and BLOCK_HAS_SIGNATURE

Fields

header: Block_descriptor_headercopy: Option<unsafe extern "C" fn(dst: *mut c_void, src: *mut c_void)>dispose: Option<unsafe extern "C" fn(src: *mut c_void)>encoding: *const c_char

Objective-C type encoding of the block.

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.