pub struct HostCascFileSystem { /* private fields */ }Expand description
A CascFileSystem handed to the library.
Implementations§
Trait Implementations§
Source§impl Debug for HostCascFileSystem
impl Debug for HostCascFileSystem
Source§impl Drop for HostCascFileSystem
impl Drop for HostCascFileSystem
impl Send for HostCascFileSystem
impl Sync for HostCascFileSystem
Auto Trait Implementations§
impl !RefUnwindSafe for HostCascFileSystem
impl !UnwindSafe for HostCascFileSystem
impl Freeze for HostCascFileSystem
impl Unpin for HostCascFileSystem
impl UnsafeUnpin for HostCascFileSystem
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