#[repr(C)]pub struct LoadFile2Protocol {
pub load_file: unsafe extern "efiapi" fn(this: *mut LoadFile2Protocol, file_path: *const DevicePathProtocol, boot_policy: bool, buffer_size: *mut usize, buffer: *mut c_void) -> Status,
}
Fields§
§load_file: unsafe extern "efiapi" fn(this: *mut LoadFile2Protocol, file_path: *const DevicePathProtocol, boot_policy: bool, buffer_size: *mut usize, buffer: *mut c_void) -> Status
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadFile2Protocol
impl RefUnwindSafe for LoadFile2Protocol
impl Send for LoadFile2Protocol
impl Sync for LoadFile2Protocol
impl Unpin for LoadFile2Protocol
impl UnwindSafe for LoadFile2Protocol
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