Struct uefi_std::fs::FileSystem
source · pub struct FileSystem(pub &'static mut SimpleFileSystem);
Tuple Fields§
§0: &'static mut SimpleFileSystem
Implementations§
Trait Implementations§
source§impl Protocol<SimpleFileSystem> for FileSystem
impl Protocol<SimpleFileSystem> for FileSystem
fn guid() -> Guid
fn new(inner: &'static mut SimpleFileSystem) -> Self
fn locate_protocol() -> Result<Self>where
Self: Sized,
fn handle_protocol(handle: Handle) -> Result<Self>where
Self: Sized,
fn locate_handle() -> Result<Vec<Handle>>
fn one() -> Result<Self>where
Self: Sized,
fn all() -> Vec<Self>where
Self: Sized,
Auto Trait Implementations§
impl Freeze for FileSystem
impl RefUnwindSafe for FileSystem
impl Send for FileSystem
impl Sync for FileSystem
impl Unpin for FileSystem
impl !UnwindSafe for FileSystem
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