#[repr(C)]pub struct XilaFileSystemFile {
pub _private: __IncompleteArrayField<u8>,
}Expand description
Opaque shadow type generated for FFI pointer boundaries.
Fields§
§_private: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for XilaFileSystemFile
impl RefUnwindSafe for XilaFileSystemFile
impl Send for XilaFileSystemFile
impl Sync for XilaFileSystemFile
impl Unpin for XilaFileSystemFile
impl UnsafeUnpin for XilaFileSystemFile
impl UnwindSafe for XilaFileSystemFile
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