#[repr(C)]struct LoadFile2Protocol {
load_file: unsafe extern "efiapi" fn(this: *mut LoadFile2Protocol, file_path: *mut c_void, boot_policy: bool, buffer_size: *mut usize, buffer: *mut c_void) -> usize,
}Fields§
§load_file: unsafe extern "efiapi" fn(this: *mut LoadFile2Protocol, file_path: *mut c_void, boot_policy: bool, buffer_size: *mut usize, buffer: *mut c_void) -> usizeAuto 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