#[repr(C)]
pub struct Protocol { pub get_device_path_size: ProtocolGetDevicePathSize, pub duplicate_device_path: ProtocolDuplicateDevicePath, pub append_device_path: ProtocolAppendDevicePath, pub append_device_node: ProtocolAppendDeviceNode, pub append_device_path_instance: ProtocolAppendDevicePathInstance, pub get_next_device_path_instance: ProtocolGetNextDevicePathInstance, pub is_device_path_multi_instance: ProtocolIsDevicePathMultiInstance, pub create_device_node: ProtocolCreateDeviceNode, }

Fields

get_device_path_size: ProtocolGetDevicePathSizeduplicate_device_path: ProtocolDuplicateDevicePathappend_device_path: ProtocolAppendDevicePathappend_device_node: ProtocolAppendDeviceNodeappend_device_path_instance: ProtocolAppendDevicePathInstanceget_next_device_path_instance: ProtocolGetNextDevicePathInstanceis_device_path_multi_instance: ProtocolIsDevicePathMultiInstancecreate_device_node: ProtocolCreateDeviceNode

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.