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) -> Status
Implementations§
Trait Implementations§
Auto 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