#[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_header§copy: Option<unsafe extern "C" fn(dst: *mut c_void, src: *mut c_void)>Same as Block_descriptor::copy.
dispose: Option<unsafe extern "C" fn(src: *mut c_void)>Same as Block_descriptor::dispose.
encoding: *const c_charObjective-C type encoding of the block.