pub struct FileSystem(pub &'static mut SimpleFileSystem);Tuple Fields§
§0: &'static mut SimpleFileSystemImplementations§
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 !UnwindSafe for FileSystem
impl Freeze for FileSystem
impl RefUnwindSafe for FileSystem
impl Send for FileSystem
impl Sync for FileSystem
impl Unpin for FileSystem
impl UnsafeUnpin 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