#[repr(C)]pub struct SimpleFileSystemProtocol {
revision: u64,
pub open_volume: extern "efiapi" fn(this: *mut SimpleFileSystemProtocol, root: *mut *mut FileProtocol) -> usize,
}Fields§
§revision: u64§open_volume: extern "efiapi" fn(this: *mut SimpleFileSystemProtocol, root: *mut *mut FileProtocol) -> usizeAuto Trait Implementations§
impl Freeze for SimpleFileSystemProtocol
impl RefUnwindSafe for SimpleFileSystemProtocol
impl Send for SimpleFileSystemProtocol
impl Sync for SimpleFileSystemProtocol
impl Unpin for SimpleFileSystemProtocol
impl UnwindSafe for SimpleFileSystemProtocol
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