Struct axfs_vfs::FileSystemInfo
source · #[non_exhaustive]pub struct FileSystemInfo;
Expand description
Filesystem attributes.
Currently not used.
Auto Trait Implementations§
impl RefUnwindSafe for FileSystemInfo
impl Send for FileSystemInfo
impl Sync for FileSystemInfo
impl Unpin for FileSystemInfo
impl UnwindSafe for FileSystemInfo
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