#[repr(C)]pub struct DevicePathToTextProtocol {
pub convert_device_node_to_text: unsafe extern "efiapi" fn(device_node: *const DevicePathProtocol, display_only: bool, allow_shortcuts: bool) -> *const Char16,
pub convert_device_path_to_text: unsafe extern "efiapi" fn(device_path: *const DevicePathProtocol, display_only: bool, allow_shortcuts: bool) -> *const Char16,
}
Fields§
§convert_device_node_to_text: unsafe extern "efiapi" fn(device_node: *const DevicePathProtocol, display_only: bool, allow_shortcuts: bool) -> *const Char16
§convert_device_path_to_text: unsafe extern "efiapi" fn(device_path: *const DevicePathProtocol, display_only: bool, allow_shortcuts: bool) -> *const Char16
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DevicePathToTextProtocol
impl RefUnwindSafe for DevicePathToTextProtocol
impl Send for DevicePathToTextProtocol
impl Sync for DevicePathToTextProtocol
impl Unpin for DevicePathToTextProtocol
impl UnwindSafe for DevicePathToTextProtocol
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more