#[repr(C)]pub struct SimpleFileSystem {
pub Revision: u64,
pub OpenVolume: extern "efiapi" fn(_: &mut SimpleFileSystem, Root: &mut *mut File) -> Status,
}Fields§
§Revision: u64§OpenVolume: extern "efiapi" fn(_: &mut SimpleFileSystem, Root: &mut *mut File) -> StatusImplementations§
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