Struct uefi_raw::protocol::file_system::SimpleFileSystemProtocol
source · #[repr(C)]pub struct SimpleFileSystemProtocol {
pub revision: u64,
pub open_volume: unsafe extern "efiapi" fn(this: *mut Self, root: *mut *mut FileProtocolV1) -> Status,
}Fields§
§revision: u64§open_volume: unsafe extern "efiapi" fn(this: *mut Self, root: *mut *mut FileProtocolV1) -> StatusImplementations§
Trait Implementations§
Auto Trait Implementations§
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