Struct uefi::fs::SimpleFileSystem
source · #[repr(C)]pub struct SimpleFileSystem {
pub Revision: u64,
pub OpenVolume: extern "win64" fn(_: &mut SimpleFileSystem, Root: &mut *mut File) -> Status,
}
Fields§
§Revision: u64
§OpenVolume: extern "win64" fn(_: &mut SimpleFileSystem, Root: &mut *mut File) -> Status
Auto Trait Implementations§
impl Freeze for SimpleFileSystem
impl RefUnwindSafe for SimpleFileSystem
impl Send for SimpleFileSystem
impl Sync for SimpleFileSystem
impl Unpin for SimpleFileSystem
impl UnwindSafe for SimpleFileSystem
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